WIP: further improvement of features page

This commit is contained in:
moonleay 2023-11-28 08:16:12 +01:00
parent 5ac4ec0419
commit 5b49090133
No known key found for this signature in database
GPG key ID: 82667543CCD715FB
5 changed files with 59 additions and 35 deletions

View file

@ -12,8 +12,12 @@
.gridlayout {
display: grid;
grid-template-columns: 550px;
align-content: center;
padding: 1rem;
width: 100vw;
justify-content: center;
justify-items: center;
align-content: center;
gap: 1rem;
}
@media (min-width: 1100px) {