mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +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);
|
||||
margin-inline: var(--gutter);
|
||||
|
||||
/* For older chrome versions - yup they dont have margin-inline for some reason LMAFO */
|
||||
margin-left: var(--gutter);
|
||||
margin-right: var(--gutter);
|
||||
max-width: 80.9em;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user