feat: improve global responsivity

This commit is contained in:
Alexis Fourmaux 2025-05-17 00:37:16 +02:00
parent 4a5ee3cd67
commit 9d15a6ebd6
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;
}
}
}