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) {