From 897a4d53505d23c8b1f96c14b0a8984932fae699 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 26 Feb 2025 22:50:01 -0500 Subject: Clean up project and start implementation of user sign in system --- ufund-ui/src/app/components/login/login.component.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ufund-ui/src/app/components/login/login.component.css') diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css index 4cef8a0..afd4bf1 100644 --- a/ufund-ui/src/app/components/login/login.component.css +++ b/ufund-ui/src/app/components/login/login.component.css @@ -1,4 +1,6 @@ :host { display: flex; flex-direction: column; + max-width: 300px; + gap: 5px } -- cgit v1.2.3