diff --git a/assets/style.css b/assets/style.css index 3a60d19..55155c9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -12,6 +12,10 @@ body { max-width: 500px; } +.profile-picture { + max-width: 100px; +} + .flash { background-color: lightgreen; padding: 0.5em 1em; diff --git a/web/handler/html.go b/web/handler/html.go index 1dbb168..0f76af4 100644 --- a/web/handler/html.go +++ b/web/handler/html.go @@ -112,7 +112,7 @@ var TplMap = map[string]string{

Past this code into your HTML file:

- +

Past this code into your CSS file:

+

Past this code into your CSS file: