Add Responsive Dimensions
This commit is contained in:
parent
b683ea67c4
commit
aa2fbd43e6
@ -109,3 +109,16 @@ footer {
|
|||||||
.open:hover {
|
.open:hover {
|
||||||
background-color: #444;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user