mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 03:12:03 +02:00
WIP: changes
This commit is contained in:
parent
5d12017b0c
commit
729ff7168a
2 changed files with 11 additions and 12 deletions
|
@ -15,8 +15,15 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.gridlayout {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.gridlayout div {
|
||||
margin: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,6 +35,7 @@
|
|||
|
||||
div {
|
||||
grid-column: span 1;
|
||||
margin: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue