diff --git a/members/static/css/application.css b/members/static/css/application.css index 859298d..690c680 100644 --- a/members/static/css/application.css +++ b/members/static/css/application.css @@ -1,5 +1,7 @@ body { - background-color: rgb(10, 90, 100); + background-color: #fcfcfc; + max-width: 750px; + margin: auto; } h3 { text-align: center; @@ -10,3 +12,6 @@ h3 { h4 { text-align: center; } +#sendmember { + float: right; +} diff --git a/members/templates/application_index.html b/members/templates/application_index.html index cd28103..60b1090 100644 --- a/members/templates/application_index.html +++ b/members/templates/application_index.html @@ -24,8 +24,8 @@
-