File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 60
60
font-size : 1.5rem ;
61
61
}
62
62
}
63
-
64
63
.event-list {
64
+ margin : 0 auto;
65
65
display : flex;
66
- width : 100% ;
67
66
flex-flow : row wrap;
68
- justify-content : space-between;
69
- gap : 20px 15px ;
67
+ gap : 20px 32px ;
70
68
margin-bottom : 200px ;
71
69
}
72
70
.event-item {
73
71
z-index : 0 ;
74
72
padding : 0 ;
75
73
flex-grow : 0 ;
76
-
77
74
background : yellow;
78
75
border : # ff9900 solid 2px ;
79
76
transition-duration : 0.25s ;
@@ -115,6 +112,7 @@ <h2 class="hero-subtitle">05.09.-05.10.2025</h2>
115
112
< section >
116
113
< h2 > Events</ h2 >
117
114
115
+ < div class ="event-container ">
118
116
< div class ="event-list ">
119
117
{% for child in this.children %}
120
118
@@ -129,6 +127,7 @@ <h3 class="event-title">{{ child.title }}</h3>
129
127
130
128
{% endfor %}
131
129
</ div >
130
+ </ div >
132
131
133
132
</ section >
134
133
You can’t perform that action at this time.
0 commit comments