From 5422c861f4bfa17c6fbdc7cbb30247faf078c75e Mon Sep 17 00:00:00 2001 From: RichardKanai Date: Thu, 19 Aug 2021 17:35:35 +0300 Subject: [PATCH] Fix Responsieness 2 --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 2441c43..7c209b7 100644 --- a/style.css +++ b/style.css @@ -573,7 +573,6 @@ ol li{ body{ position: relative; width: 100vw; - border: solid; } #logo{ @@ -581,10 +580,9 @@ ol li{ } header{ - width: 100vw; + width: 100%; position: fixed; margin-bottom: unset; - left: 0; z-index: 5; } @@ -647,6 +645,7 @@ ol li{ display: unset; pointer-events: all; cursor: pointer; + color: #000; } .Home{ @@ -655,7 +654,8 @@ ol li{ padding-top: 1.0rem; align-items: center; height: unset; - max-width: 99%; + min-width: 99%; + max-width: 100%; border-bottom: none; }