From 920730f97085c015aa15a0b558bdba3bc13d0c4c Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 4 Dec 2023 10:38:03 -0600 Subject: Center header1 on mobile --- assets/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets') diff --git a/assets/main.css b/assets/main.css index 2ab39d9..12d2b18 100644 --- a/assets/main.css +++ b/assets/main.css @@ -50,6 +50,10 @@ body { .to-column { flex-direction: column-reverse; } + h1 { + font-size: 2rem; + text-align: center; + } } .space { -- cgit v1.2.3