소스 검색

調整手機版型

develop_Yu 3 년 전
부모
커밋
b5ed8e77e0

+ 7 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -235,6 +235,7 @@ img {
 @media (max-width: 991px) {
   .navbar {
     padding: 0;
+    top: 0;
     /* 收合時覆蓋內容 */
     width: 100%;
     position: absolute;
@@ -297,6 +298,12 @@ img {
   opacity: 0.8;
 }
 
+@media (max-width: 991px) {
+  .news-link {
+    margin-top: 80px;
+  }
+}
+
 /* header end */
 /* slick start */
 .slick-dots {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 4 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -237,6 +237,7 @@ img {
 @media (max-width: 991px) {
   .navbar {
     padding: 0;
+    top: 0;
     /* 收合時覆蓋內容 */
     width: 100%;
     position: absolute;
@@ -301,6 +302,9 @@ img {
       opacity: 0.8;
     }
   }
+  @media (max-width: 991px) {
+    margin-top: 80px;
+  }
 }
 
 /* header end */

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