From 8cd2e49032c5203ea8d38bf95bc01302e43af76e Mon Sep 17 00:00:00 2001 From: Krish <krish94@uab.edu> Date: Fri, 9 Apr 2021 09:30:59 -0500 Subject: [PATCH] added margin space for buttons --- app/templates/auth/SignUp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index 4cb6742..1b6d9a2 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -46,7 +46,7 @@ <style> .navbar-inverse { background-color: rgb(0,99,65); - +} button{ margin: 13px; } -- GitLab