From 7487a70150b1ea0c6c5398fc7c40dac6371a3235 Mon Sep 17 00:00:00 2001 From: ROHAN PANDEY Date: Mon, 27 May 2024 00:41:26 +0530 Subject: [PATCH] fixed background images not in the center issue --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 06556f9..327c6c2 100644 --- a/styles.css +++ b/styles.css @@ -125,12 +125,14 @@ header nav:hover > a:not(:hover):not(.active) { position: absolute; bottom: 0; z-index: -1; + width: 100vw; } .home .road { position: absolute; bottom: 0; z-index: 1; + width: 100vw; } .home .upload {