From 5522dfb6c9191046333b87bbe8659e21d3a81511 Mon Sep 17 00:00:00 2001 From: tranthien2106 Date: Wed, 4 Sep 2024 23:39:40 +0700 Subject: [PATCH] feat: change style --- styles.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 64d70de..956959a 100644 --- a/styles.css +++ b/styles.css @@ -29,6 +29,7 @@ header { position: fixed; top: 0; width: 100%; + z-index: 1000; } .logo img { @@ -83,7 +84,7 @@ main { } main.max-h-main-content{ - max-height: calc(100vh - calc(var(--final-banner-outer-height) + var(--footer-height))); + min-height: calc(100vh - calc(var(--final-banner-outer-height) + var(--footer-height))); } main .main-content{ @@ -162,9 +163,6 @@ footer { color: black; text-align: center; padding: 1rem; - position: absolute; - bottom: 0; - width: 100%; } .logos {