diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:43:37 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:43:37 -0600 |
commit | d05ac57a17fa2e2b6fc6ea4efca875fe5c8e2cc9 (patch) | |
tree | 09b78a3c5c6dec2cb05dc5e610f49e5894bc5f7d /assets | |
parent | 7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d (diff) | |
download | wormhole-d05ac57a17fa2e2b6fc6ea4efca875fe5c8e2cc9.tar.gz wormhole-d05ac57a17fa2e2b6fc6ea4efca875fe5c8e2cc9.tar.bz2 wormhole-d05ac57a17fa2e2b6fc6ea4efca875fe5c8e2cc9.zip |
Switch to px
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/main.css b/assets/main.css index f032795..5a9f50b 100644 --- a/assets/main.css +++ b/assets/main.css @@ -10,7 +10,7 @@ font-weight: 700; } h1 { - letter-spacing: "1.5rem"; + letter-spacing: 48px; font-family: "Pixeloid"; font-weight: 700; } @@ -51,7 +51,7 @@ body { flex-direction: column-reverse; } h1 { - font-size: 2rem; + font-size: 32px; text-align: center; } } |