diff --git a/css/styles.css b/css/styles.css index fb8aace..cd05ff2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -112,13 +112,27 @@ footer { /* Display menu bar on arger screens */ @media screen and (min-width: 600px) { - /*Hide sidebar button*/ + /*Hide sidebar open/close buttons*/ .inflate {display: none;} + .sidebar .close {display: none;} /*Change Menu Dimensions*/ .sidebar { width: 100%; height: 10px; + padding-top: 30px; + padding-bottom: 15px; + padding-left: 50px; + } + + /* Float links */ + .sidebar a { + float: left; + padding-top: 10px; + } + + .sidebar a:first-child { + margin-left: 30px; } } \ No newline at end of file