From b34daa4c093fc5722d5f3dd8f1f822812196e5d6 Mon Sep 17 00:00:00 2001 From: Flejk Date: Thu, 1 Jul 2021 18:05:43 +0200 Subject: [PATCH] CSS update for html checks --- src/resources/style.css | 11 ++++++++--- src/statComponents/TopNavBar.js | 6 ++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/resources/style.css b/src/resources/style.css index 9cc43fd..f024841 100644 --- a/src/resources/style.css +++ b/src/resources/style.css @@ -43,7 +43,7 @@ ul.shapeShiftBar li{ line-height: 60px; display: inline-block; position: relative; - padding-inline: 2em; + padding: 2em; } ul.shapeShiftBar li:hover{ @@ -75,7 +75,7 @@ ul.shapeShiftBar li:hover > a{ display: none; line-height: 60px; position: relative; - padding-inline: 2em; + padding: 2em; } ul.mobileBar li:hover > a{ @@ -205,10 +205,11 @@ a[href^="mailto"] { @media only screen and (max-width: 830px) { .mainContent{ - width: 100%; + width: 96%; } aside { + width: 96%; float: left; } @@ -237,6 +238,10 @@ a[href^="mailto"] { display: block; } + .SpinLogo { + padding: 15px; + } + } @media print { diff --git a/src/statComponents/TopNavBar.js b/src/statComponents/TopNavBar.js index c22dbe1..2162a33 100644 --- a/src/statComponents/TopNavBar.js +++ b/src/statComponents/TopNavBar.js @@ -8,7 +8,7 @@ const TopNavBar = () => {