瀏覽代碼

burger mobile

ouidade 22 小時之前
父節點
當前提交
aca6a5620d
共有 2 個文件被更改,包括 16 次插入0 次删除
  1. 10 0
      web/themes/custom/eql/dist/assets/css/bundle.css
  2. 6 0
      web/themes/custom/eql/scss/partials/_header.scss

+ 10 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -6338,6 +6338,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
   top: 0%;
   scroll-margin: 8rem;
 }
+@media (max-width: 810px) {
+  #header-top {
+    height: 5rem;
+  }
+}
 #header-top .region-header-top-left {
   display: flex;
   flex-direction: row;
@@ -6443,6 +6448,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
   font-weight: light;
   color: rgb(0, 158, 227);
 }
+@media (max-width: 870px) {
+  #header-top .region-header-top-rigth #block-burger h2 {
+    padding-top: 0;
+  }
+}
 #header-top .region-header-top-rigth #block-burger h2:after {
   display: block;
   margin: auto;

+ 6 - 0
web/themes/custom/eql/scss/partials/_header.scss

@@ -21,6 +21,9 @@
     top:0%;
 
     scroll-margin: 8rem {};
+    @media (max-width:810px){
+        height: 5rem;
+    }
    
  // logo
     .region-header-top-left {  
@@ -137,6 +140,9 @@
                 font-size: 1em;
                 font-weight: light;
                 color: $blue-light;
+                @media (max-width: 870px){
+                    padding-top: 0;
+                } 
             }
             h2:after{
                 display: block;