summaryrefslogtreecommitdiffstatshomepage
path: root/sass/_responsive_fonts.sass
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sass/_responsive_fonts.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/_responsive_fonts.sass b/sass/_responsive_fonts.sass
index 12fa50f..6c990a0 100644
--- a/sass/_responsive_fonts.sass
+++ b/sass/_responsive_fonts.sass
@@ -1,6 +1,6 @@
@mixin font-size($size)
html
- font-size: $size;
+ font-size: $size
@media (max-width: 480px)
@include font-size(12px)