fix: fixed features page overflowing on chrome

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

View file

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