From b2877877dd1e1cdd97f144e7afcd1c095f1e8a8c Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:10:20 +0200 Subject: [PATCH] move the header --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 9d356c9..9f4f7a4 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -34,7 +34,7 @@ body { } .user-greeting-header { - text-align: center; + text-align: right; padding: 0.5rem 1rem; font-size: 1.3rem; font-weight: 600;