Browse Source

size logo mobile

ouidade 4 years ago
parent
commit
2e06ded52d

+ 4 - 1
user/themes/epau-antimatter/css-compiled/template.css

@@ -866,7 +866,10 @@ ul.pagination {
     padding-right: 0rem !important; }
   #header #logo {
     position: absolute;
-    left: -1rem; } }
+    left: -1rem; }
+  #logo img {
+    height: 3rem;
+    margin-left: 1rem; } }
 
 @media (max-width: 1024px) {
   .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {

+ 4 - 1
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -110,7 +110,10 @@
     position: absolute;
     left: -1rem;
   }
-
+  #logo img {
+    height: 3rem;
+    margin-left: 1rem;
+  }
 }
 
 @media (max-width: 1024px) {