website/src/styles/mobile/home.scss
Sangelo 7c94894dbd [c+a] New Project Logo, Style tweaks
- Mobile Style tweaks
- Sangelo's Space Logo
- Gitpot Consistency Fix
- Added Gitpot Modal
2024-03-13 12:12:04 +01:00

16 lines
337 B
SCSS

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