Skip to content

Commit

Permalink
Adjust main headline of radar
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Apr 3, 2017
1 parent 37d9233 commit 28c3c65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/components/headline-group.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.headline-group {
margin-bottom: 60px;
margin: 0 0 60px;
@media (--until-sm) {
margin: 30px 0;
}
}
7 changes: 7 additions & 0 deletions styles/components/hero-headline.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
&--inverse {
color: var(--color-gray-light);
}

@media (--until-sm) {
font-size: 26px;
&__alt {
display: block;
}
}
}

0 comments on commit 28c3c65

Please sign in to comment.