From 12dba5674556a59fb3aa27ea53519b34e7e307c2 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Mon, 23 Aug 2021 15:14:14 +0200 Subject: [PATCH 1/2] increase header margin --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index 16b1c4e..4d1b337 100644 --- a/public/style.css +++ b/public/style.css @@ -46,6 +46,9 @@ blockquote footer { .block { padding: 2em 0; } +header.block { + padding: 4em 0; +} .bg-green { background-color: #006699; -- GitLab From 23adc13c7457a9f2f39631a6041b063e0e947dc8 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Mon, 23 Aug 2021 15:14:20 +0200 Subject: [PATCH 2/2] increase overall font-size --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 4d1b337..f3071d1 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,6 @@ :root { font-family: sans-serif; + font-size: 120%; line-height: 1.6; color: #333; text-align: center; -- GitLab