SyuanYu 1 år sedan
förälder
incheckning
a8144e2976
3 ändrade filer med 35 tillägg och 0 borttagningar
  1. 19 0
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 16 0
      static/css/style.scss

+ 19 - 0
static/css/style.css

@@ -4193,6 +4193,13 @@
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-size: cover;
   background-size: cover;
 }
 }
+@media (max-width: 767px) {
+  .news-main-content h1 {
+    padding: 40px 20px 60px;
+    font-size: 24px;
+    background-position: initial;
+  }
+}
 .news-main-content h1::after {
 .news-main-content h1::after {
   position: absolute;
   position: absolute;
   width: 6rem;
   width: 6rem;
@@ -4202,6 +4209,13 @@
   content: "";
   content: "";
   background-color: #EA5413;
   background-color: #EA5413;
 }
 }
+@media (max-width: 767px) {
+  .news-main-content h1::after {
+    height: 0.2rem;
+    top: 83%;
+    left: 40%;
+  }
+}
 .news-main-content h2 {
 .news-main-content h2 {
   padding-left: 10px;
   padding-left: 10px;
   margin: 30px 0;
   margin: 30px 0;
@@ -4209,6 +4223,11 @@
   font-weight: bold;
   font-weight: bold;
   border-left: 4px solid #ea5413;
   border-left: 4px solid #ea5413;
 }
 }
+@media (max-width: 767px) {
+  .news-main-content h2 {
+    font-size: 1.4rem;
+  }
+}
 .news-main-content p {
 .news-main-content p {
   font-size: 16px;
   font-size: 16px;
   margin-bottom: 50px;
   margin-bottom: 50px;

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
static/css/style.css.map


+ 16 - 0
static/css/style.scss

@@ -4537,6 +4537,12 @@
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: cover;
     background-size: cover;
 
 
+    @media (max-width: 767px) {
+      padding: 40px 20px 60px;
+      font-size: 24px;
+      background-position: initial;
+    }
+
     &::after {
     &::after {
       position: absolute;
       position: absolute;
       width: 6rem;
       width: 6rem;
@@ -4545,6 +4551,12 @@
       left: 45%;
       left: 45%;
       content: "";
       content: "";
       background-color: #EA5413;
       background-color: #EA5413;
+
+      @media (max-width: 767px) {
+        height: 0.2rem;
+        top: 83%;
+        left: 40%;
+      }
     }
     }
   }
   }
 
 
@@ -4554,6 +4566,10 @@
     font-size: 1.8rem;
     font-size: 1.8rem;
     font-weight: bold;
     font-weight: bold;
     border-left: 4px solid #ea5413;
     border-left: 4px solid #ea5413;
+
+    @media (max-width: 767px) {
+      font-size: 1.4rem;
+    }
   }
   }
 
 
   p {
   p {

Vissa filer visades inte eftersom för många filer har ändrats