mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:14:39 -05:00
ad media query :p
This commit is contained in:
parent
57ec0d25e3
commit
efbb16093a
1 changed files with 9 additions and 5 deletions
|
@ -332,9 +332,13 @@ a {
|
|||
|
||||
gap: var(--gutter);
|
||||
margin-inline: var(--gutter);
|
||||
|
||||
max-width: 80.9em;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1340px) {
|
||||
.watch-page {
|
||||
max-width: 80.9em;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue