From 24e35db3f53f25466dd4779a6af8140483232c67 Mon Sep 17 00:00:00 2001 From: Talgat The Random <36820511+RND332@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:27:40 +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 375ee92..989a188 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 "; + let styles = "w-full px-2 min-w-12 "; if (index % 3 === 0) { styles += "border-r border-[#30363d] "; } else if (index % 3 === 1) {