Make strapline smaller on mobile

This commit is contained in:
Ben Firshman 2014-01-27 17:55:38 +00:00 committed by Aanand Prasad
parent a9838e9116
commit 6c8472dd67

View File

@ -157,6 +157,11 @@ a.btn:hover {
color: white;
}
.strapline {
font-size: 30px;
}
@media (min-width: 768px) {
.strapline {
font-size: 40px;
display: block;
@ -164,6 +169,7 @@ a.btn:hover {
margin-top: 25px;
margin-bottom: 35px;
}
}
strong {
font-weight: 700;