From d81c8c3663da6e4b5074410d87fc30b62cadbf30 Mon Sep 17 00:00:00 2001 From: Talgat The Random <36820511+RND332@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:30:00 +0300 Subject: [PATCH] chore: Update styles in Layout.astro for better image display --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 989a188..ed8d605 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -53,7 +53,7 @@ const pages: Array = [ currentPage == undefined ? "who" : currentPage; const isCurrentPage = currentPageId === page.id; - let styles = "w-full px-2 min-w-12 "; + let styles = "w-full px-2 min-w-[48px] "; if (index % 3 === 0) { styles += "border-r border-[#30363d] "; } else if (index % 3 === 1) {