Skip to content

Commit

Permalink
Fix title disappearing behind header on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed May 11, 2024
1 parent 9054115 commit 7ec9af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<body class="flex min-h-screen flex-col dark:bg-gray-950">
{{- partial "dev-size-indicator.html" . -}}
{{- partial "dark-mode-toggle.html" . -}}
<main class="mx-4 mt-4 flex-1 sm:mt-16 md:mx-12 lg:mx-24">
<main class="flex-1 mx-4 mt-16 md:mx-12 lg:mx-24">
{{- block "main" . }}{{- end }}
</main>
{{- partial "dev-parameters.html" . -}}
Expand Down

0 comments on commit 7ec9af0

Please sign in to comment.