Make strapline smaller on mobile
This commit is contained in:
parent
a9838e9116
commit
6c8472dd67
1 changed files with 11 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue