From 578f61aa31819eb2c24275b1ea51a2b545565f61 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 10 Jun 2019 15:06:04 +0200 Subject: [PATCH] Enabled responsive font sizes Signed-off-by: Jim Martens --- _assets/css/_bootstrap-custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_assets/css/_bootstrap-custom.scss b/_assets/css/_bootstrap-custom.scss index 6e7f8cd..cdac1e8 100644 --- a/_assets/css/_bootstrap-custom.scss +++ b/_assets/css/_bootstrap-custom.scss @@ -7,4 +7,5 @@ // overwrite variables $body-bg: #fdfdfd; +$enable-responsive-font-sizes: true; @import "bootstrap";