mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
ad media query :p
This commit is contained in:
parent
6b6ab578c0
commit
ec8847b8b8
1 changed files with 9 additions and 5 deletions
|
@ -332,9 +332,13 @@ a {
|
||||||
|
|
||||||
gap: var(--gutter);
|
gap: var(--gutter);
|
||||||
margin-inline: 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