From 55fcbc0c9c902de9d272e76d5871ea5c9f424812 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 17 May 2023 20:56:10 +0200 Subject: [PATCH] Toevoegen van class voor marge aan onderzijde en uitbreiding van default fonts --- themes/nluug/assets/scss/styles.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index 764aac5..2659c4f 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -16,8 +16,7 @@ $color-text-inverse: white; } body { - //font: 1rem/1.5 -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif; - font: 1rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; + font: 1rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Roboto,noto,"Helvetica Neue",helvetica,arial,sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -219,6 +218,10 @@ h2.post { margin: 3rem 0; } +.m-b-sm { + margin-bottom: 1rem; +} + .m-sm { margin: 1rem; }