feat: improve global responsivity
This commit is contained in:
parent
c332052930
commit
b2286abd85
7 changed files with 101 additions and 21 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue