feat: improve global responsivity

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent c332052930
commit b2286abd85
7 changed files with 101 additions and 21 deletions

View file

@ -1,3 +1,5 @@
@use '../constants' as *;
section {
&.title {
margin-bottom: 4rem;
@ -47,4 +49,18 @@ section {
}
}
}
}
@media only screen and (max-width: $smartphone) {
section.title {
margin-bottom: 2.5rem;
h1.title {
font-size: 2.2rem;
}
p.subtitle {
font-size: 1.3rem;
}
}
}