Explorar o código

Made images smaller on small screens.

Daniel Buckmaster %!s(int64=11) %!d(string=hai) anos
pai
achega
7fa24f5dd4
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      css/main.css

+ 7 - 1
css/main.css

@@ -178,13 +178,19 @@ a.media-subheading:hover {
   display: inline-block;
 }
 
-img.history,
 img.feature,
 img.made-with-torque {
   width: 128px;
   border-radius: 3px;
 }
 
+@media (max-width: 360px) {
+  img.feature,
+  img.made-with-torque {
+    width: 96px;
+  }
+}
+
 img.history {
   margin: 1em;
 }