Browse Source

update css

SyuanYu 1 month ago
parent
commit
cc9d14f27a
3 changed files with 13 additions and 2 deletions
  1. 7 1
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 6 1
      static/css/style.scss

+ 7 - 1
static/css/style.css

@@ -5068,6 +5068,11 @@
   margin: 75px auto;
   line-height: 32px;
 }
+@media (max-width: 991px) {
+  .news-main-content {
+    margin: 65px auto;
+  }
+}
 .news-main-content h1 {
   position: relative;
   text-align: center;
@@ -5078,11 +5083,12 @@
   background-repeat: no-repeat;
   background-size: cover;
   line-height: 1.5;
+  font-size: 2rem;
 }
 @media (max-width: 767px) {
   .news-main-content h1 {
     padding: 40px 20px 60px;
-    font-size: 24px;
+    font-size: 1.125rem;
     background-position: initial;
   }
 }

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 6 - 1
static/css/style.scss

@@ -5985,6 +5985,10 @@
   margin: 75px auto;
   line-height: 32px;
 
+  @media (max-width: 991px) {
+    margin: 65px auto;
+  }
+
   h1 {
     position: relative;
     text-align: center;
@@ -5995,10 +5999,11 @@
     background-repeat: no-repeat;
     background-size: cover;
     line-height: 1.5;
+    font-size: 2rem;
 
     @media (max-width: 767px) {
       padding: 40px 20px 60px;
-      font-size: 24px;
+      font-size: 1.125rem;
       background-position: initial;
     }
 

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