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

@ -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 {