diff options
author | jloup <jeanloup.jamet@gmail.com> | 2018-02-25 21:35:11 +0100 |
---|---|---|
committer | jloup <jeanloup.jamet@gmail.com> | 2018-02-25 21:35:11 +0100 |
commit | a2ab2260d38391006651f5f5cb1627bce836d1fa (patch) | |
tree | a246514737cbe6804692798062a02ffbbbf8eeb2 /cmd/web/static | |
parent | b5c34e88bbe09173aca1d1c1014cb42b01866d79 (diff) | |
download | Front-a2ab2260d38391006651f5f5cb1627bce836d1fa.tar.gz Front-a2ab2260d38391006651f5f5cb1627bce836d1fa.tar.zst Front-a2ab2260d38391006651f5f5cb1627bce836d1fa.zip |
small UI tweaks (alignment).v0.0.2
Diffstat (limited to 'cmd/web/static')
-rw-r--r-- | cmd/web/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index cdbcd06..1e09fcb 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css | |||
@@ -46,6 +46,8 @@ i.cc { | |||
46 | 46 | ||
47 | h1 { | 47 | h1 { |
48 | font-size: 1.5em; | 48 | font-size: 1.5em; |
49 | margin-bottom: 5px; | ||
50 | margin-top: 5px; | ||
49 | } | 51 | } |
50 | 52 | ||
51 | .sign-in .form-control { | 53 | .sign-in .form-control { |