This commit is contained in:
Ben Firshman 2014-01-27 18:18:26 +00:00
commit 6eb514b735
8 changed files with 33 additions and 21 deletions

View file

@ -158,10 +158,19 @@ 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 {
font-weight: 700;
}