Skip to content

Commit

Permalink
Prevent portrait from being cut off on <xs width
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Apr 12, 2024
1 parent 3843ca0 commit d85ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Empty flex item for spacing -->
</div>

<div class="prose mt-12 mb-6 max-w-full dark:prose-dark md:prose-lg">
<div class="prose mt-14 sm:mt-12 mb-6 max-w-full dark:prose-dark md:prose-lg">
{{ with .Site.Params.titleimage }}
{{ $image := resources.Get . }}
<img
Expand Down

0 comments on commit d85ffcd

Please sign in to comment.