Browse Source

lower media query css trigger

Bachir Soussi Chiadmi 6 years ago
parent
commit
225e5c5929

File diff suppressed because it is too large
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 4 - 4
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -137,7 +137,7 @@ header[role="banner"]{
       }
     }
   }
-  @media only screen and (max-width: 1280px) {
+  @media only screen and (max-width: 1270px) {
     margin-top: 15px;
     ul{
       li{
@@ -188,7 +188,7 @@ header[role="banner"]{
     }
   }
 
-  @media only screen and (max-width: 1280px) {
+  @media only screen and (max-width: 1270px) {
     margin-top: 15px;
     margin-left: 0.5em;
     border-left: 1px solid red;
@@ -1472,7 +1472,7 @@ footer{
       // min-width: 50px;
       text-align: right;
     }
-    @media only screen and (max-width: 1280px) {
+    @media only screen and (max-width: 1270px) {
       .region-footer-left{
         width:9%;
       }
@@ -1525,7 +1525,7 @@ footer{
       }
     }
 
-    @media only screen and (max-width: 1280px) {
+    @media only screen and (max-width: 1270px) {
       margin-top: 15px;
       ul{
         li{

Some files were not shown because too many files changed in this diff