diff options
Diffstat (limited to 'views/partials/general-page-header.html')
| -rw-r--r-- | views/partials/general-page-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index 3b8a6c8..ce77b5c 100644 --- a/views/partials/general-page-header.html +++ b/views/partials/general-page-header.html @@ -2,7 +2,7 @@ <div class="flex flex-row mb-2"> {{ block "header" . }}{{ end }} <h1 - class="text-4xl font-m-plus font-bold italic text-shadow-[0_2px_2px_var(--color-main-soft)] text-left my-auto" + class="text-4xl font-m-plus font-bold italic text-shadow-[0_0.125rem_0.125rem_var(--color-main-soft)] text-left my-auto" > {{ .Title }} </h1> |