Further style adjustments

This commit is contained in:
Fred Boniface 2022-10-10 21:41:56 +01:00
parent 53d1a0c182
commit 8993616660

View File

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