SyuanYu пре 1 година
родитељ
комит
980ef313e5
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      static/css/style.css
  2. 2 2
      static/css/style.scss

+ 2 - 2
static/css/style.css

@@ -3240,7 +3240,7 @@
 }
 #youtube-views-zh .data-content .row img {
   width: 100%;
-  max-width: 500px;
+  max-width: 700px;
 }
 #youtube-views-zh .data-content .title {
   margin-bottom: 10px;
@@ -3266,7 +3266,7 @@
 }
 #youtube-views-zh .data-content .info img {
   width: 100%;
-  max-width: 700px;
+  max-width: 900px;
 }
 #youtube-views-zh .data-content .info h4 {
   text-align: center;

+ 2 - 2
static/css/style.scss

@@ -3510,7 +3510,7 @@
 
       img {
         width: 100%;
-        max-width: 500px;
+        max-width: 700px;
       }
     }
 
@@ -3542,7 +3542,7 @@
 
       img {
         width: 100%;
-        max-width: 700px;
+        max-width: 900px;
       }
 
       h4 {