From 37bf1d8589bc4bc4dac5defc9e101adfb6512240 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 20 Oct 2020 21:23:51 +0200 Subject: [PATCH] Slightly decrease h1 and h2 font sizes --- app/assets/stylesheets/_settings.scss | 14 +++++++------- app/assets/stylesheets/my_styles.scss | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 323d3ea..4fc3d43 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -143,17 +143,17 @@ $header-margin-bottom: 0.5rem; $header-styles: ( small: ( 'h1': ('font-size': 24), - 'h2': ('font-size': 20), - 'h3': ('font-size': 19), - 'h4': ('font-size': 18), - 'h5': ('font-size': 17), - 'h6': ('font-size': 16), + 'h2': ('font-size': 16), + 'h3': ('font-size': 14), + 'h4': ('font-size': 13), + 'h5': ('font-size': 12), + 'h6': ('font-size': 11), ), medium: ( 'h1': ('font-size': 48), - 'h2': ('font-size': 40), + 'h2': ('font-size': 36), 'h3': ('font-size': 31), - 'h4': ('font-size': 25), + 'h4': ('font-size': 24), 'h5': ('font-size': 20), 'h6': ('font-size': 16), ), diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index 42fe90f..6437fd0 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -296,7 +296,7 @@ a.black h2 { - font-size: 150%; + // font-size: 150%; font-weight: normal; margin: 0 0 0.5rem 0; color: #808080;