website/src/styles/mobile/socials.scss
Sangelo 97a6e003f1 Progress
- Mobile Support
- Error Pages
- Socials Page
- Bugfixes
2023-11-06 17:43:37 +01:00

28 lines
466 B
SCSS

@media (max-width: 850px) {
content {
.round-button {
width: 4.5em;
height: 4.5em;
}
.button-container {
gap: 1em;
margin-top: 10em;
margin-bottom: 1em;
}
}
footer {
margin: 1em;
svg.logo {
height: 2em;
width: 2em;
cursor: pointer;
}
.footer {
font-size: 14px;
}
}
}