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;