mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 02:17:47 +01:00
test run - new max width for watch-page
This commit is contained in:
parent
e98cfb45f6
commit
6b6ab578c0
1 changed files with 4 additions and 3 deletions
|
@ -333,7 +333,8 @@ a {
|
||||||
gap: var(--gutter);
|
gap: var(--gutter);
|
||||||
margin-inline: var(--gutter);
|
margin-inline: var(--gutter);
|
||||||
|
|
||||||
/* For older chrome versions - yup they dont have margin-inline for some reason LMAFO */
|
max-width: 80.9em;
|
||||||
margin-left: var(--gutter);
|
justify-content: center;
|
||||||
margin-right: var(--gutter);
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue