From 636f35c54b63cf0fc00c9e66789841c04fd8ed1f Mon Sep 17 00:00:00 2001 From: haxibami Date: Wed, 19 Jun 2024 14:50:50 +0900 Subject: [PATCH] add flex-grow to #content --- src/layouts/Layout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1fb8b6251f..1b9db9e128 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -209,6 +209,7 @@ const resolvedBreadcrumb = #content { /* so that the content does not overflow the viewport */ min-width: 0; + flex-grow: 1; } } @media screen and (max-width: calc(768px + $toc-width + $article-gap)) {