summaryrefslogtreecommitdiffstatshomepage
path: root/sass/_responsive_fonts.sass
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-15 15:28:13 +0200
committerWolfgang Müller2024-09-15 15:28:13 +0200
commite8d0f84883507d304005a85bbef1344247c498cb (patch)
tree3989724dce63b77ddcafff11cf653b0afcef7e4b /sass/_responsive_fonts.sass
parentdd2910445e55ba587bd0b5ff9b7296997a074453 (diff)
downloadzunzuncito-e8d0f84883507d304005a85bbef1344247c498cb.tar.gz
Fix build with zola-0.19.2
Mostly trivial option renames or moves, and apparently the sass compiler doesn't like semicola in indented syntax.
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)