From 62be2ec6a4c0c95d506a62c04c8ae5e15cbf309b Mon Sep 17 00:00:00 2001 From: wheattoast11 Date: Wed, 20 Nov 2024 18:25:41 -0600 Subject: [PATCH] width fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0e0a2c2..cab7b60 100644 --- a/style.css +++ b/style.css @@ -158,10 +158,12 @@ h2::before { .platforms-marquee { position: relative; - width: 100%; + width: 100vw; + left: 50%; + transform: translateX(-50%); overflow: hidden; padding: 2rem 0; - margin: 4rem 0; /* Changed from -4rem 0 8rem to create equal spacing */ + margin: 4rem 0; background: linear-gradient( to right, transparent,