diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 9d4c56e..15cad38 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -15,12 +15,14 @@ padding: 0; box-sizing: border-box; } -html { +html, +body { font-size: calc(1em + 0.33vw); font-family: Arial, Helvetica Neue, sans-serif; line-height: 1.5; color: #111; background-color: #fefefe; + overscroll-behavior: none; } template { display: none !important;