SyuanYu hace 1 mes
padre
commit
cc9d14f27a
Se han modificado 3 ficheros con 13 adiciones y 2 borrados
  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;
   }
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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;
     }
 

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio