give a bit of of a margin so the button isn't right against the picture

This commit is contained in:
luke.hopkins
2017-10-19 17:04:17 +01:00
parent ea1aba9a24
commit d85b02c5cd
+4 -2
View File
@@ -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;
}
</style>
{{end}}