Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu 823ff83f88 added top margin to login links 2025-01-27 14:48:46 +01:00
victor.ebuka 82f0efe6e5 Merge branch 'login-page-links' of MERMS/MermsPanelReactJS into master 2025-01-26 02:07:59 +00:00
+1 -1
View File
@@ -11,7 +11,7 @@
} }
.login-links{ .login-links{
margin-top: 20px; margin-top: 40px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;