Skip to content

Commit

Permalink
adjust header text size for mobile and tablet (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsvh authored Jun 11, 2021
1 parent 6761604 commit 7479c4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/components/_sitemap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@
}
h1 {
font-size: 48px;
@media #{$bp-tablet-up} {
font-size: 40px;
}
}
@include mobile {
margin: auto;
margin-bottom: 36px;
h1 {
font-size: 24px;
font-size: 32px;
margin-bottom: 20px;
}
}
Expand Down

0 comments on commit 7479c4a

Please sign in to comment.