Add september events. Fix events layout

This commit is contained in:
2023-08-30 19:47:00 +02:00
parent 8d942cf2f3
commit 1bfa147cb4
4 changed files with 19 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
}
.event>div {
padding: 0.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
white-space: nowrap;
}
@@ -26,6 +27,8 @@
.title {
border-left: 2px solid var(--border);
font-weight: bold;
padding-left: 1rem;
padding-right: 0.5em;
}
.place {
@@ -36,7 +39,7 @@
.event {
flex-direction: column;
margin-bottom: 1rem;
border-left: 2px solid var(--border);
border-left: 3px solid var(--border);
}
.event > div {
@@ -52,6 +55,10 @@
padding-bottom: 0;
}
.date {
width: 100%;
}
.title {
border-left: none;
}