removed media queries added max width and margin auto
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 13 Nov 2015 14:31:42 +0000 (09:31 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 13 Nov 2015 14:31:42 +0000 (09:31 -0500)
style.css

index 4953b84..8629c26 100644 (file)
--- 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;