Przeglądaj źródła

fix image max width

alexlcdee 8 lat temu
rodzic
commit
07ab9e217a

+ 2 - 1
src/files/css/main.css

@@ -8586,7 +8586,8 @@ footer .copyright .logo {
     margin-right: 20px;
     margin-bottom: 23px;
     margin-top: 6px;*/
-    margin: 10px; }
+    margin: 10px;
+    max-width: 100%; }
 
 .special-page__article ul, .full-news__text ul {
   margin: 0;

Plik diff jest za duży
+ 0 - 0
src/files/css/main.css.map


+ 1 - 0
src/files/scss/_tags.scss

@@ -23,6 +23,7 @@
         margin-bottom: 23px;
         margin-top: 6px;*/
         margin: 10px;
+        max-width: 100%;
     }
 }
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików