From 2d545a8c8217b4eec1a80d843ce347f00bff2f5c Mon Sep 17 00:00:00 2001 From: Stedoss Date: Tue, 5 Nov 2024 20:35:38 +0000 Subject: [PATCH] Fix header styling with new, longer link --- nise-frontend/src/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nise-frontend/src/assets/style.css b/nise-frontend/src/assets/style.css index 6d19b17..7cc4723 100644 --- a/nise-frontend/src/assets/style.css +++ b/nise-frontend/src/assets/style.css @@ -69,7 +69,7 @@ html { } .header { - width: 555px; + width: 600px; text-align: center; }