aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-02-25 21:35:11 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-02-25 21:35:11 +0100
commita2ab2260d38391006651f5f5cb1627bce836d1fa (patch)
treea246514737cbe6804692798062a02ffbbbf8eeb2 /cmd/web/static
parentb5c34e88bbe09173aca1d1c1014cb42b01866d79 (diff)
downloadFront-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.css2
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
47h1 { 47h1 {
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 {