Add Responsive Dimensions

This commit is contained in:
Fred Boniface 2022-10-10 21:18:46 +01:00
parent b683ea67c4
commit aa2fbd43e6
1 changed files with 13 additions and 0 deletions

View File

@ -109,3 +109,16 @@ footer {
.open:hover {
background-color: #444;
}
/* Display menu bar on arger screens */
@media screen and (min-width: 600px) {
/*Hide sidebar button*/
.inflate {display: none;}
/*Change Menu Dimensions*/
.sidebar {
width: 100%;
height: 10px;
}
}