From c8d4d9dc0a9858da231849d8c621d3dfdeb36079 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 11 Jul 2023 20:08:53 -0500 Subject: [PATCH] correct typo --- css/profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/profile.css b/css/profile.css index 8abd437..f79b3cc 100644 --- a/css/profile.css +++ b/css/profile.css @@ -8,7 +8,7 @@ body.profile .page-container { max-width: 800px; } -body.profile .page-container .header-table { +body.profile .page-container .header-container { background: var(--primary-container-background); border: var(--primary-container-border); padding: 2px;