diff --git a/css/styles.css b/css/styles.css index cd05ff2..82defae 100644 --- a/css/styles.css +++ b/css/styles.css @@ -110,7 +110,7 @@ footer { background-color: #444; } -/* Display menu bar on arger screens */ +/* Screens Wider than 600px */ @media screen and (min-width: 600px) { /*Hide sidebar open/close buttons*/ .inflate {display: none;} @@ -120,8 +120,8 @@ footer { .sidebar { width: 100%; height: 10px; - padding-top: 30px; - padding-bottom: 15px; + padding-top: 5px; + padding-bottom: 40px; padding-left: 50px; } @@ -135,4 +135,7 @@ footer { margin-left: 30px; } + /*Provice space for top menu*/ + .page-title {padding-top: 100px} + } \ No newline at end of file