[Events] spacing fix

This commit is contained in:
coja
2026-05-02 02:43:04 +02:00
parent b6cfef830a
commit ec64147c6b

View File

@@ -1,3 +1,10 @@
.description {
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: 40px;
}
.event {
display: flex;
flex-direction: row;