From db69582a7959dcfb4967d82208eb982dd87b7839 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Tue, 10 Jun 2025 19:25:53 -0400 Subject: Round borders more! --- static-html/fauxchella.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; -- cgit v1.2.3-54-g00ecf