From 86b5c1e6f1770f1a8a41896fa7490307b7e62b02 Mon Sep 17 00:00:00 2001 From: MikeCZ23 <45541448+MikeCZ23@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:35:05 +0100 Subject: [PATCH] Update custom.css --- .vitepress/theme/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 9024139..7417b2d 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -528,5 +528,5 @@ svg.icons{ } .spacer{ - flex-grow: 1 !important; + flex-grow: 0 !important; }