Skip to content

Commit 234062d

Browse files
committed
justify ist blöd
1 parent ad81708 commit 234062d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/30jahre-cbase.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,17 @@
6060
font-size: 1.5rem;
6161
}
6262
}
63-
6463
.event-list {
64+
margin: 0 auto;
6565
display: flex;
66-
width: 100%;
6766
flex-flow: row wrap;
68-
justify-content: space-between;
69-
gap: 20px 15px;
67+
gap: 20px 32px;
7068
margin-bottom: 200px;
7169
}
7270
.event-item {
7371
z-index: 0;
7472
padding: 0;
7573
flex-grow: 0;
76-
7774
background: yellow;
7875
border: #ff9900 solid 2px;
7976
transition-duration: 0.25s;
@@ -115,6 +112,7 @@ <h2 class="hero-subtitle">05.09.-05.10.2025</h2>
115112
<section>
116113
<h2>Events</h2>
117114

115+
<div class="event-container">
118116
<div class="event-list">
119117
{% for child in this.children %}
120118

@@ -129,6 +127,7 @@ <h3 class="event-title">{{ child.title }}</h3>
129127

130128
{% endfor %}
131129
</div>
130+
</div>
132131

133132
</section>
134133

0 commit comments

Comments
 (0)