wip: separate mobile and low width desktop modes
This commit is contained in:
parent
9703f832b6
commit
d42b26f0b6
7 changed files with 32 additions and 26 deletions
|
|
@ -186,11 +186,13 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 85rem) {
|
||||
@media (min-width: 40rem) {
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 85rem) {
|
||||
.header-title {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue