Commit 3ad52ca6 authored by Mark Otto's avatar Mark Otto

fast responsive tweaks

parent 70e81e6f
......@@ -820,7 +820,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cabc', end
.jumbo .btn {
font-size: 20px;
padding: 14px 24px;
margin: 0 10px 30px 0;
margin: 0 0 30px 0;
font-weight: 200;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
......@@ -832,4 +833,21 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cabc', end
}
@media (max-width: 480px) {
body {
padding-top: 0;
}
.jumbo {
margin: -20px -20px ;
padding: 40px 25px;
}
.jumbo h1 {
font-size: 72px;
}
.jumbo p {
font-size: 20px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment