Skip to content

Commit b73c30a

Browse files
author
Alban Bailly
committed
center layout in case we get less than 3 events
1 parent 2baf08e commit b73c30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/dlc/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 class="mt-0 font-normal"><a href="https://www.linode.com/community/" target=
4444
<h2>Events</h2>
4545
<div class="text-2xl my-3">Catch us on the road at conferences, meetups, and job fairs</div>
4646
</div>
47-
<div class="flex flex-wrap my-8 -mx-4 pb-8">
47+
<div class="flex flex-wrap my-8 -mx-4 pb-8 justify-center">
4848
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
4949
{{ $t := (time .Params.end_date) }}
5050
{{ if ge ($t.Unix) (now.Unix) }}

0 commit comments

Comments
 (0)