From b8c161836f1457cf0ccf6c2e9bedfc12ce33d585 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 31 Jan 2024 11:07:21 +0900 Subject: [PATCH] docs: use the size of the contained container ... This seems wrong. It should be using the banner container. Not sure what's going on here. --- website/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 03a23d2231..38a78142ad 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -380,7 +380,7 @@ html[data-theme='dark'] .links-container { background-size: contain; } - @container (width > 480px) { + @container (width > 588px) { .banner { grid-template-areas: "header logo" "bullets logo"