mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
test run - new max width for watch-page
This commit is contained in:
parent
e98cfb45f6
commit
6b6ab578c0
@ -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 New Issue
Block a user