Explorar o código

Make strapline smaller on mobile

Ben Firshman %!s(int64=12) %!d(string=hai) anos
pai
achega
6c8472dd67
Modificáronse 1 ficheiros con 11 adicións e 5 borrados
  1. 11 5
      docs/css/fig.css

+ 11 - 5
docs/css/fig.css

@@ -158,11 +158,17 @@ a.btn:hover {
 }
 
 .strapline {
-  font-size: 40px;
-  display: block;
-  line-height: 1.2;
-  margin-top: 25px;
-  margin-bottom: 35px;
+  font-size: 30px;
+}
+
+@media (min-width: 768px) {
+  .strapline {
+    font-size: 40px;
+    display: block;
+    line-height: 1.2;
+    margin-top: 25px;
+    margin-bottom: 35px;
+  }
 }
 
 strong {