Skip to content

Commit

Permalink
Merge pull request #81 from BrightspaceUI/fix-media-queries
Browse files Browse the repository at this point in the history
space is required otherwise clean-css barfs
  • Loading branch information
dlockhart authored Feb 1, 2017
2 parents 51ff71d + 1d23f58 commit e93c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2l-typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
@apply(--d2l-heading-4-custom);
}

@media(max-width: 615px) {
@media (max-width: 615px) {
.d2l-typography .d2l-heading-1,
.d2l-typography .vui-heading-1 {
font-size: 1.5rem;
Expand Down

0 comments on commit e93c1d4

Please sign in to comment.