diff --git a/config.toml b/config.toml index 3654a16..0790f0d 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ ignorefiles = [ "content/boek/src/.*" ] theme = "desem-swift-theme" [params] -logo = "/images/desemdoos.png" +logo = "/images/badge.png" fbtoken = "EAAn5J1FBPssBAEklcMbCU4PrCZB3aMyLuD3XqYGTaif8gKbx24PH5ZA6WrsQwiSGJzLIuVdHn4s2EymVDXTdrWaKLJqkDACiY5SLreXbeLuXTKirw7bncJM68dKTV7Y7Sp9rroU9IGqSUsJrhIzFvjlZAKBCQwUesut1p03oLPxkVTpNSg2" # For search functionnality diff --git a/static/images/badge.png b/static/images/badge.png new file mode 100644 index 0000000..d52e264 Binary files /dev/null and b/static/images/badge.png differ diff --git a/static/images/desemdoos.png b/static/images/desemdoos.png deleted file mode 100644 index 865fda8..0000000 Binary files a/static/images/desemdoos.png and /dev/null differ diff --git a/themes/desem-swift-theme/assets/sass/_base.sass b/themes/desem-swift-theme/assets/sass/_base.sass index e5986cc..d5d7a15 100644 --- a/themes/desem-swift-theme/assets/sass/_base.sass +++ b/themes/desem-swift-theme/assets/sass/_base.sass @@ -8,7 +8,9 @@ body, html scroll-behavior: smooth html - font-size: 1.1rem + font-size: 1.0rem + @media (min-width: 960px) + font-size: 1.1rem body font-family: var(--font)