Selaa lähdekoodia

Hotfix for responsive images

Moritz Schmidt 9 vuotta sitten
vanhempi
commit
2df4de50b4
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      style.css

+ 5 - 0
style.css

@@ -360,6 +360,11 @@ a:hover {
   top: -50px;
 }
 
+.container.text-muted p img {
+    width: 100%;
+    height: auto;
+}
+
 @media(min-width: 544px) {
   .menu-item.dropdown::after {
     content: "\f0d7";