diff options
Diffstat (limited to 'webroot/css/signup.css')
-rw-r--r-- | webroot/css/signup.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webroot/css/signup.css b/webroot/css/signup.css index 3968bbd..5533718 100644 --- a/webroot/css/signup.css +++ b/webroot/css/signup.css @@ -1,9 +1,9 @@ #signup { - float: right; + width: 100%; text-align: center; } #signup table { - margin-bottom: 5px; + margin: 0 auto 5px; } #signup table tr td:first-child { text-align: right; |