From be3b817c826cc0cfdc6c1a2aacada7e5a8a74e5c Mon Sep 17 00:00:00 2001 From: Josua Krause Date: Sat, 20 Jan 2024 12:53:01 -0500 Subject: [PATCH] fix svg on mobile --- index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 6c94c13..b90b037 100644 --- a/index.css +++ b/index.css @@ -313,7 +313,10 @@ svg { @media (hover: none) and (max-width: 480px) { .main { width: 100%; - height: auto; + } + + svg { + width: 100%; } }