File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ layout: landingpage
19
19
<div class="container">
20
20
<!-- Todo have this populated by the meetup API -->
21
21
{% assign nextEvent = site.events.first %}
22
- <p class="py-4">Next meetup: <a class="py-4" href="{{nextEvent.link}}">{{nextEvent.date | date: "%a %b %d %Y"}} at {{nextEvent.location}}</a></p>
22
+ <p class="py-4">Next meetup: <a class="py-4" class="brum--fg--navy-blue" href="{{nextEvent.link}}">{{nextEvent.date | date: "%a %b %d %Y"}} at {{nextEvent.location}}</a></p>
23
23
</div>
24
24
</section >
25
25
<section >
26
- <div class="container">
26
+ <div class="container pb-2 ">
27
27
<h2>Events</h2>
28
28
<div class="row">
29
29
{% for event in site.events reversed limit:3 %}
@@ -32,4 +32,3 @@ layout: landingpage
32
32
</div>
33
33
</div>
34
34
</section >
35
- <hr >
You can’t perform that action at this time.
0 commit comments