diff --git a/static/main.css b/static/main.css index bc24f3e..1b20dc5 100644 --- a/static/main.css +++ b/static/main.css @@ -779,6 +779,9 @@ .w-16 { width: calc(var(--spacing) * 16); } + .w-26 { + width: calc(var(--spacing) * 26); + } .w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] { width: calc((100% - var(--container-3xl)) / 2); } diff --git a/templates/partials/profile.html b/templates/partials/profile.html index 4278022..4baba33 100644 --- a/templates/partials/profile.html +++ b/templates/partials/profile.html @@ -5,7 +5,7 @@ class="not-prose mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-1 shadow-sm dark:bg-white/10" > {{ config.extra.profile.name | default(value=config.title) }}