From 14ef6b87034bce5dd21b301fb4ce16dd38bd2446 Mon Sep 17 00:00:00 2001 From: IM-THE-GRASS Date: Wed, 30 Apr 2025 21:45:13 -0600 Subject: [PATCH] make logo scale better on mobile --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 9a719b0..609a71f 100644 --- a/styles.css +++ b/styles.css @@ -70,6 +70,8 @@ p,ul{ #header{ height:100vh; + width: 100vw; + overflow: hidden; justify-items: flex-start; background-image: linear-gradient(to bottom right, var(--light-col), var(--light-col-2)); } @@ -79,9 +81,9 @@ p,ul{ top:70%; } #toppingsTitle{ - margin:20vh auto 20px auto; + margin:20vh 0 20px 0; width:65vw; - + min-width: 540px; } footer, #header {