You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -247,15 +247,15 @@ <h1></h1>
247
247
<divclass="container">
248
248
<h2>About us</h2>
249
249
<divclass="row">
250
-
<divclass="col-md-6">
251
-
<divclass="col-md-12 centered team">
250
+
<divclass="col-md-6 bottom-space">
251
+
<divclass="col-md-12 centered team">
252
252
{% include team.html people=site.team %}
253
253
</div>
254
254
<divclass="col-md-12 centered team-alumni">
255
255
venerated alumni ♡ {% include team-alumni.html people=site.team-alumni %}
256
256
</div>
257
257
</div>
258
-
<divclass="col-md-6">
258
+
<divclass="col-md-6 bottom-space">
259
259
<p>ClojureBridge Berlin is organized with a lot of love by volunteers. We try our best to make the workshop a memorable event and bring more people into programming.</p>
260
260
<p><i>ClojureBridge Berlin wird mit ganz viel Liebe von Freiwilligen organisiert. Wir versuchen unser Bestes, aus dem Workshop ein unvergessliches Event zu machen und mehr Menschen zum Programmieren anzuregen.</i></p>
0 commit comments