From c204daf38460d9aa2f1373d2812f636072601771 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 10 Jun 2024 14:47:51 +0100 Subject: [PATCH] Fix styling of subheading on sidebar --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4dcaeaa..94fc0a1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -349,7 +349,8 @@ main { background: var(--onyx); font-size: var(--fs-8); font-weight: var(--fw-300); - width: max-content; + width: fit-content; + text-align: center; padding: 3px 12px; border-radius: 8px; }