From f3867798e618b0fef9eecd493b46fe7e5a6ce5a0 Mon Sep 17 00:00:00 2001 From: Matt Ford Date: Thu, 14 Sep 2017 15:33:33 +0100 Subject: [PATCH] Fix the capitals --- assets/_scss/_theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/_scss/_theme.scss b/assets/_scss/_theme.scss index 776adf5..21ff4fa 100644 --- a/assets/_scss/_theme.scss +++ b/assets/_scss/_theme.scss @@ -12,7 +12,7 @@ body { background-color: white; } h1, h2, h3 { - text-transform: lowercase; + text-transform: capitalize; font-family: $font-display; } header, footer, nav {