From 49ad1f64b516b6d20c619aec202ca8bf9f1f9028 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 16 Oct 2014 11:42:38 -0700 Subject: [PATCH] Update header CSS --- style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index 71ef32e..40be55e 100644 --- a/style.css +++ b/style.css @@ -1302,12 +1302,7 @@ Site Header --------------------------------------------- */ .title-area { - float: left; font-weight: 700; - margin-bottom: 16px; - margin-bottom: 1.6rem; - width: auto; - max-width: 50%; } .site-title { @@ -1363,6 +1358,10 @@ Site Header .site-header .widget-area { width: 100%; + padding: 20px; + background-color: #eee; + border: 1px solid #ddd; + border-width: 1px 0; } .site-header .search-form { @@ -1410,10 +1409,6 @@ Site Header transition: opacity .5s ease; } -.site-header .widget-area { - background-color: #fff; -} - .site-container > .nav-primary { top: auto; } @@ -2097,7 +2092,7 @@ Media Queries } .title-area { - margin-bottom: 0; + float: left; } .logo-mobile { @@ -2108,6 +2103,11 @@ Media Queries display: inline-block; } + .site-header .widget-area { + padding: 0; + border: none; + } + .header-image .site-header .widget-area { padding: 40px 0; padding: 4rem 0;