From 823ff83f88f9fd9634449e129e9f3db751745539 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 27 Jan 2025 14:48:46 +0100 Subject: [PATCH] added top margin to login links --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index fff2b0b..3492979 100644 --- a/src/App.css +++ b/src/App.css @@ -11,7 +11,7 @@ } .login-links{ - margin-top: 20px; + margin-top: 40px; display: flex; flex-direction: row; justify-content: center;