소스 검색

lower media query css trigger

Bachir Soussi Chiadmi 7 년 전
부모
커밋
225e5c5929
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css
  2. 4 4
      sites/all/themes/custom/edlptheme/assets/styles/app.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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{

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.