diff --git a/style/styles.css b/style/styles.css index 5654d6a..8744892 100644 --- a/style/styles.css +++ b/style/styles.css @@ -97,7 +97,7 @@ footer { text-decoration: none; text-align: right; font-size: 25px; - color: #818181; + color: #bcbcbc; display: block; transition: 0.3s; } @@ -146,7 +146,7 @@ footer { /*Change Menu Dimensions*/ .sidebar { width: 100%; - height: 10px; + height: 14px; padding-top: 5px; padding-bottom: 40px; padding-left: 50px; @@ -158,10 +158,6 @@ footer { margin-top: 2px; } - .sidebar a:first-child { - margin-left: 30px; - } - /*Provice space for top menu*/ .page-title {padding-top: 90px}