fix: fixed features page overflowing on chrome

This commit is contained in:
moonleay 2023-12-07 15:24:17 +01:00
parent 918b28c919
commit 102c829c5a
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -13,7 +13,7 @@
display: grid;
grid-template-columns: 550px;
padding: 1rem;
width: 100vw;
width: 100%;
justify-content: center;
justify-items: center;
align-content: center;