Sfoglia il codice sorgente

banners шаблон 1

anatoly 6 anni fa
parent
commit
4263809f61
3 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 4 1
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 5 0
      src/files/scss/_banners.scss

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

@@ -10939,10 +10939,13 @@ img {
   .banners .banner-anons {
     width: calc(50% - 7.5px);
     margin: 0 0 15px 0;
-    max-height: 158px; }
+    max-height: 158px;
+    overflow: hidden; }
     @media (max-width: 540px) {
       .banners .banner-anons {
         width: 100%; } }
+    .banners .banner-anons img {
+      width: 100%; }
 
 @media (min-width: 992px) {
   .left-side {

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 5 - 0
src/files/scss/_banners.scss

@@ -7,8 +7,13 @@
         width: calc(50% - 7.5px);
         margin: 0 0 15px 0;
         max-height: 158px;
+        overflow: hidden;
         @media(max-width: 540px) {
             width: 100%;
         }
+
+        img {
+            width: 100%;
+        }
     }
 }

Some files were not shown because too many files changed in this diff