diff --git a/app/static/main.css b/app/static/main.css index 2a97ba1..51ce852 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -82,7 +82,7 @@ a:hover { .blurb { font-size: 16px; line-height: 24px; - margin: 1em 0; + margin: 1em 15px; } .blurb .avatar { @@ -170,7 +170,6 @@ input[type="submit"].inline.destructive { } #pitch { - margin: 0 15px; padding-right: 230px; position: relative; } diff --git a/app/templates/index.html b/app/templates/index.html index 1672ffe..87c8e2b 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,6 +2,8 @@ {{define "body"}} + +
You're signed in as {{template "user" .User}}