Skip to content

Commit

Permalink
Add a simple example of responsive font styles
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Nov 9, 2017
1 parent d07bbc1 commit 36b0299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/elements/Heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@
}
h1 {
letter-spacing: $letter-spacing-tiny;
font-size: $font-size-xx-large;
font-size: $font-size-x-large;
font-weight: $font-weight-bold;
@media #{$media-query-large} {
font-size: $font-size-xx-large;
}
}
h2 {
letter-spacing: $letter-spacing-small;
Expand Down

0 comments on commit 36b0299

Please sign in to comment.