mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +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);
|
||||
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 a new issue