From 6b619e08a696f7111581b25143be39bac4df8623 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Nov 2015 09:31:42 -0500 Subject: [PATCH] removed media queries added max width and margin auto --- style.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/style.css b/style.css index 4953b84..8629c26 100644 --- a/style.css +++ b/style.css @@ -309,25 +309,16 @@ table.variations td { text-align: center; } /* added anthonyT */ -@media (max-width: 768px){ - .site-branding{ - height: 155px !important; - margin: 1px 100px !important; - } -} -@media (max-width: 468px){ - .site-branding{ - margin: 0 30px !important; - } -} + .site-branding { background: url("/wp-content/themes/galleria/assets/the-molehole-logo.jpg") 0% 40% no-repeat; background-size: 100% auto; - margin-top: 25px !important; - margin-bottom: 20px !important; height: 100px; !important; + max-width: 365px !important; + text-align: center !important; + margin: 25px auto !important; } -/* end of addition */ + .site-branding h1 { font-size: 1.618em; -- 2.17.1