1
Fork 0

test run - new max width for watch-page

This commit is contained in:
Ashley 2022-12-14 20:37:00 +00:00
parent 8a58a75919
commit 57ec0d25e3

View file

@ -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;
}