Change menu style

This commit is contained in:
Fred Boniface 2022-10-17 11:17:05 +01:00
parent 956e523562
commit 93ceed4f1d

View File

@ -97,7 +97,7 @@ footer {
text-decoration: none; text-decoration: none;
text-align: right; text-align: right;
font-size: 25px; font-size: 25px;
color: #818181; color: #bcbcbc;
display: block; display: block;
transition: 0.3s; transition: 0.3s;
} }
@ -146,7 +146,7 @@ footer {
/*Change Menu Dimensions*/ /*Change Menu Dimensions*/
.sidebar { .sidebar {
width: 100%; width: 100%;
height: 10px; height: 14px;
padding-top: 5px; padding-top: 5px;
padding-bottom: 40px; padding-bottom: 40px;
padding-left: 50px; padding-left: 50px;
@ -158,10 +158,6 @@ footer {
margin-top: 2px; margin-top: 2px;
} }
.sidebar a:first-child {
margin-left: 30px;
}
/*Provice space for top menu*/ /*Provice space for top menu*/
.page-title {padding-top: 90px} .page-title {padding-top: 90px}