diff options
Diffstat (limited to 'sass/custom/_styles.scss')
-rw-r--r-- | sass/custom/_styles.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 91ffcccf..29bfa8d2 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -1,2 +1,5 @@ // This File is imported last, and will override other styles in the cascade // Add styles here to make changes without digging in too much +body { + font-size: 1em; +} |