Skip to content

Commit

Permalink
Allow for sequences that are in portrait mode on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 2, 2024
1 parent 7d3548c commit 6573295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>

<div class="border-b py-20 dark:border-slate-700 md:px-12">
<div class="flex flex-col justify-center last:-mb-11 md:flex-row md:gap-4 md:last:mb-0 lg:gap-8">
<div class="flex flex-col items-center justify-center last:-mb-11 md:flex-row md:gap-4 md:last:mb-0 lg:gap-8">
{{range .Sequences}}
<div>
<a href="/sequences/{{.Slug}}">
Expand Down

0 comments on commit 6573295

Please sign in to comment.