Small UI fix

This commit is contained in:
Magnus Åhall 2024-05-23 10:16:21 +02:00
parent 718610c3fb
commit 6629b834fd
2 changed files with 11 additions and 0 deletions

View file

@ -91,6 +91,12 @@
.section {
margin: 8px 16px;
margin-top: 12px;
margin-bottom: 20px;
&:last-child {
margin-bottom: 12px;
}
.create {
display: grid;