Adjust main headline of radar

This commit is contained in:
Mathias Schopmans
2017-04-03 17:00:09 +02:00
parent 37d9233e67
commit 28c3c6552a
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
.headline-group {
margin-bottom: 60px;
margin: 0 0 60px;
@media (--until-sm) {
margin: 30px 0;
}
}

View File

@@ -13,4 +13,11 @@
&--inverse {
color: var(--color-gray-light);
}
@media (--until-sm) {
font-size: 26px;
&__alt {
display: block;
}
}
}