From 89ee9b1b984b267742cf7ae11fee8e2679e5de3e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Apr 2018 15:29:52 -0400 Subject: [PATCH] alterring the dropdown menu styles changing the background color of the mobile menu panels --- css/responsive.css | 8 ++++---- style.css | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/responsive.css b/css/responsive.css index 7abd5a4..0af877d 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -45,7 +45,7 @@ Responsive CSS display: block; height: 40px; width: 40px; - background: url(../images/menu.png) no-repeat center #E3633B; + background: url(../images/menu.png) no-repeat center #00D3D1; text-indent: -9999px; cursor: pointer; } @@ -68,7 +68,7 @@ Responsive CSS top: 100%; left: 0; width: 100%; - background: #E3633B; + background: #F28B59; padding: 10px 0; text-align: center; } @@ -186,10 +186,10 @@ Responsive CSS } .main-navigation > ul > li{ display: block; - border-bottom: 1px solid #DB5E39; + border-bottom: 1px solid white; } .main-navigation ul ul { - background: #db5e39; + background: #F28B59; position: static; font-size: 15px; display: none; diff --git a/style.css b/style.css index 58623ec..681e336 100644 --- a/style.css +++ b/style.css @@ -21,8 +21,9 @@ AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-20 --------------------------------------------------------------*/ #flags{ position: absolute; - right: 0; + right: 50px; top: 5px; + width: 65px !important; } html, body, @@ -590,7 +591,7 @@ Content --------------------------------------------------------------*/ .mid-content { - width: 1000px; + width: 1200px; margin: 0 auto; } -- 2.17.1