Change menu style

This commit is contained in:
Fred Boniface 2022-10-17 11:17:05 +01:00
parent 956e523562
commit 93ceed4f1d
1 changed files with 2 additions and 6 deletions

View File

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