Further style adjustments

This commit is contained in:
Fred Boniface 2022-10-10 21:41:56 +01:00
parent 53d1a0c182
commit 8993616660
1 changed files with 6 additions and 3 deletions

View File

@ -110,7 +110,7 @@ footer {
background-color: #444;
}
/* Display menu bar on arger screens */
/* Screens Wider than 600px */
@media screen and (min-width: 600px) {
/*Hide sidebar open/close buttons*/
.inflate {display: none;}
@ -120,8 +120,8 @@ footer {
.sidebar {
width: 100%;
height: 10px;
padding-top: 30px;
padding-bottom: 15px;
padding-top: 5px;
padding-bottom: 40px;
padding-left: 50px;
}
@ -135,4 +135,7 @@ footer {
margin-left: 30px;
}
/*Provice space for top menu*/
.page-title {padding-top: 100px}
}