use page max-width to match cider 2 for wide monitors

This commit is contained in:
booploops 2022-11-28 04:04:56 -08:00
parent 145537d65e
commit 6b7429c12f

View file

@ -6,6 +6,9 @@
width: 100%;
transition: zoom 1s;
zoom: 1;
max-width: 1680px;
right: 0;
margin: 0 auto;
}
.content-inner.centered {
height: 100%;