diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:38:03 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:38:03 -0600 |
commit | 920730f97085c015aa15a0b558bdba3bc13d0c4c (patch) | |
tree | 0c49ff467fff89c974f63d99ecff3fd8d71d4f04 /assets | |
parent | 6bcf054656cc92c6a4b3b93740c315301522ac1c (diff) | |
download | wormhole-920730f97085c015aa15a0b558bdba3bc13d0c4c.tar.gz wormhole-920730f97085c015aa15a0b558bdba3bc13d0c4c.tar.bz2 wormhole-920730f97085c015aa15a0b558bdba3bc13d0c4c.zip |
Center header1 on mobile
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |