From e91cba1cdb8c10e15ed190c9284cab979e9294bc Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 1 Jun 2025 16:22:07 -0400 Subject: [PATCH] Fix alignment issue in error_pane. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index db86e3f..0bd399a 100644 --- a/style.css +++ b/style.css @@ -128,7 +128,7 @@ .error_pane { padding: 1rem; width: max-content; - align-self: center; + margin: auto; /* center object */ text-align: center; background-color: rgba(0, 0, 0, 50%); color: white;