From c6bad82e27f6a9180208bca85821f9a774e8444a Mon Sep 17 00:00:00 2001 From: slashformotion Date: Fri, 18 Feb 2022 10:46:51 +0100 Subject: [PATCH] fix(layout): Fix font size for page title --- assets/scss/components/header.scss | 1 + assets/scss/general.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/scss/components/header.scss b/assets/scss/components/header.scss index a528897..137b9be 100644 --- a/assets/scss/components/header.scss +++ b/assets/scss/components/header.scss @@ -7,6 +7,7 @@ header.brand h1 { margin: 0; font-weight: 400; color: rgba(65, 70, 75, 1); + font-size: 3em; } header.brand h2 { diff --git a/assets/scss/general.scss b/assets/scss/general.scss index ed3e4d5..b30103c 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -49,6 +49,7 @@ code { /* Content Title styling. This is mostly to avoid underlying links. */ h1.content-title { /*max-width: 50rem;*/ + font-size: 4rem; } h1.content-title a:link, h1.content-title a:visited {