summaryrefslogtreecommitdiff
path: root/static-html/fauxchella.html
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-06-10 19:25:53 -0400
committerSteph Enders <steph@senders.io>2025-06-10 19:25:53 -0400
commitdb69582a7959dcfb4967d82208eb982dd87b7839 (patch)
tree42568b7920460a6675e774a02c6e9b69e540ef29 /static-html/fauxchella.html
parentf7e9dc243fa2ad4ee7398147a51535b1d724318b (diff)
Round borders more!
Diffstat (limited to 'static-html/fauxchella.html')
-rw-r--r--static-html/fauxchella.html2
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%;