Skip to content

Commit 02c4061

Browse files
committed
Minor styling tweaks
1 parent 25500ce commit 02c4061

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/includes/nextEvent.njk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set event = events | rejectattr('hidden') | first %}
22

3-
<div class="mb-8">
3+
<div class="mb-16">
44
<h2
55
class="inline-block bg-black text-white text-2xl font-bold px-4 mb-2 transform -rotate-1"
66
>
@@ -20,7 +20,8 @@
2020
<time datetime="{{ event.date.toISOString() }}">
2121
{{ event.date | formatDateTime }}
2222
</time>
23-
<br>
23+
</p>
24+
<p class="text-lg">
2425
{{ event.location }}
2526
</p>
2627
<p>

0 commit comments

Comments
 (0)