diff options
author | Steph Enders <steph@senders.io> | 2025-06-10 19:25:53 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2025-06-10 19:25:53 -0400 |
commit | db69582a7959dcfb4967d82208eb982dd87b7839 (patch) | |
tree | 42568b7920460a6675e774a02c6e9b69e540ef29 | |
parent | f7e9dc243fa2ad4ee7398147a51535b1d724318b (diff) |
Round borders more!
-rw-r--r-- | static-html/fauxchella.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index ac7c08b..aebd41c 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -22,7 +22,7 @@ main { margin: auto auto; max-width: var(--page-width); - border-radius: 8px; + border-radius: 32px; background-color: var(--pink); padding: 32px 32px 64px 32px; max-height: 100%; |