From e76e73ace5fb58b0b20ec96dea7367f84d35e1ce Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Wed, 22 May 2024 14:48:47 +0100 Subject: [PATCH] header size. --- docs/_config.yml | 2 +- docs/_sass/color_schemes/nhs.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 75a7561..5f0ea7b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: NHS Notify +title: NHS Notify Tech Docs # email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this diff --git a/docs/_sass/color_schemes/nhs.scss b/docs/_sass/color_schemes/nhs.scss index 3ecdc4c..5b45b8f 100644 --- a/docs/_sass/color_schemes/nhs.scss +++ b/docs/_sass/color_schemes/nhs.scss @@ -14,3 +14,5 @@ $grey-dk-100: #f0f4f5; $sidebar-color: $grey-dk-000; $body-background-color: $grey-dk-100; $link-color: $blue-000; + +$font-size-7: 1.25rem;