From 1926a54d1f7b8bc1ed690aaf8e3b679b41edce7b Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Sat, 20 Aug 2022 21:52:57 +0530 Subject: enrollment improvements --- client/src/pages/Enrollment/FormTwo/FormTwo.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/pages/Enrollment/FormTwo/FormTwo.module.css') diff --git a/client/src/pages/Enrollment/FormTwo/FormTwo.module.css b/client/src/pages/Enrollment/FormTwo/FormTwo.module.css index 8b13789..d135f8f 100644 --- a/client/src/pages/Enrollment/FormTwo/FormTwo.module.css +++ b/client/src/pages/Enrollment/FormTwo/FormTwo.module.css @@ -1 +1,3 @@ - +.formtwo__input { + margin: 60px; +} -- cgit