From 0a58ab0dd35ff226a7c041b6973a728e877c35ca Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sat, 31 May 2025 22:16:26 -0400 Subject: [PATCH] Align error messages to center. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 191e743..811ed72 100644 --- a/style.css +++ b/style.css @@ -129,6 +129,7 @@ padding: 1rem; width: max-content; align-self: center; + text-align: center; background-color: rgba(0, 0, 0, 50%); color: white; border-radius: 1cqh;