From d85b02c5cd6cab1f364201aecaa012983a64e32b Mon Sep 17 00:00:00 2001 From: "luke.hopkins" Date: Thu, 19 Oct 2017 17:04:17 +0100 Subject: [PATCH] give a bit of of a margin so the button isn't right against the picture --- login/login_form.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/login/login_form.go b/login/login_form.go index a249004..f8ed6fb 100644 --- a/login/login_form.go +++ b/login/login_form.go @@ -2,12 +2,13 @@ package login import ( "bytes" - "github.com/tarent/loginsrv/logging" - "github.com/tarent/loginsrv/model" "html/template" "io/ioutil" "net/http" "strings" + + "github.com/tarent/loginsrv/logging" + "github.com/tarent/loginsrv/model" ) const partials = ` @@ -46,6 +47,7 @@ const partials = ` width: 120px; height: 120px; border-radius: 3px; + margin-bottom: 10px; } {{end}}