huaisianhuang 3 years ago
parent
commit
da35fecac1
2 changed files with 6 additions and 0 deletions
  1. 3 0
      css/style.css
  2. 3 0
      scss/main.scss

+ 3 - 0
css/style.css

@@ -83,6 +83,9 @@ body {
       -ms-filter: blur(80px);
       filter: blur(80px);
       z-index: -1; }
+      @media screen and (max-width: 576px) {
+        .header__text-box::after {
+          opacity: .3; } }
     @media screen and (max-width: 576px) {
       .header__text-box {
         width: 98vw; } }

+ 3 - 0
scss/main.scss

@@ -94,6 +94,9 @@ body {
             -ms-filter:blur(80px);
             filter:blur(80px);
             z-index: -1;
+            @media screen and(max-width: 576px) {
+                opacity: .3;
+            }
         }
         @media screen and(max-width: 576px) {
             width: 98vw;