diff --git a/css/styles.css b/css/styles.css index 5f20213..fb8aace 100644 --- a/css/styles.css +++ b/css/styles.css @@ -108,4 +108,17 @@ 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; + } + } \ No newline at end of file