From 40c832096de08009c2ae1eacc84724a007523030 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 11:12:58 +0100 Subject: [PATCH] Adjust menu positioning --- style/styles.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/style/styles.css b/style/styles.css index 4e833bd..e04a617 100644 --- a/style/styles.css +++ b/style/styles.css @@ -82,15 +82,18 @@ footer { top: 0; right: 0; background-color: #111; - overflow-x: hidden; /* Disable horizontal scroll */ - padding-top: 60px; /* Place content 60px from the top */ + overflow-x: hidden; + overflow-y: hidden; transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */ } /* The sidebar links */ .sidebar a { - padding: 8px 8px 8px 32px; - font-family: concertone, Arial, Helvetica, sans-serif; + padding: 8px 8px 8px 8px; + margin-left: 20px; + margin-top: 0px; + font-family: oxygen, Arial, Helvetica, sans-serif; + font-weight: 300; text-decoration: none; text-align: right; font-size: 25px; @@ -152,7 +155,7 @@ footer { /* Float links */ .sidebar a { float: left; - padding-top: 10px; + margin-top: 2px; } .sidebar a:first-child { @@ -160,7 +163,7 @@ footer { } /*Provice space for top menu*/ - .page-title {padding-top: 100px} + .page-title {padding-top: 90px} /*Increase social link image size*/ .social-links img {max-width: 75px;}