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

15 lines
311 B
SCSS

@media (max-width: 850px) {
header h1 {
font-size: 3em;
font-weight: 600;
text-align: center;
user-select: text;
cursor: text;
}
header .logo {
width: 5em;
height: 5em;
transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
}