Selaa lähdekoodia

fixing img widths

chootka 8 vuotta sitten
vanhempi
säilyke
4768982f0b
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      assets/themes/css/style.css

+ 3 - 0
assets/themes/css/style.css

@@ -451,6 +451,9 @@ a .title {
 
 /* Tablet Portrait size to standard 960 (devices and browsers) */
 @media only screen and (min-width: 768px) and (max-width: 959px) { 
+  .content img {
+    width: 100%;
+  }
   .sidebar {
     max-width: none;
     padding: 30px 0;