From: Anthony Talarico Date: Fri, 13 Nov 2015 14:31:42 +0000 (-0500) Subject: removed media queries added max width and margin auto X-Git-Tag: v1.0.0^2~105 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6b619e08a696f7111581b25143be39bac4df8623;p=WP-Themes%2Fthemoleholeonline.git removed media queries added max width and margin auto --- 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;