From 8fddea697f1a9ca754b6ecb500dfdd4d1e755231 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 24 Feb 2020 21:37:05 +0000 Subject: [PATCH] update about page header font sizes --- assets/css/_about.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/css/_about.scss b/assets/css/_about.scss index 11926e3..f8cf77c 100644 --- a/assets/css/_about.scss +++ b/assets/css/_about.scss @@ -32,6 +32,16 @@ } } + .intro p { + font-size: 2.2rem; + margin: 0.5rem 0; + } + + h1 { + font-size: 3.2rem; + margin: 0.75rem; + } + .more-hint { position: absolute; right: 50%; @@ -55,7 +65,7 @@ } .content { text-align: center; - font-size: 1.1em; + font-size: 1.3em; } ul {