mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 03:12:03 +02:00
WIP: further improvement of features page
This commit is contained in:
parent
5ac4ec0419
commit
5b49090133
5 changed files with 59 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue