From 279b5857183e7d0ee36cdd5b46e3d6a30ed8977b Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 29 Dec 2025 00:20:12 -0500 Subject: [PATCH] have cow image disappear if too little space --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index d1d22aa..ad56a63 100644 --- a/styles/index.css +++ b/styles/index.css @@ -2,7 +2,7 @@ header { display: flex; align-items: center; - min-width: min-content; + flex-flow: wrap; } footer {