diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-05 00:53:05 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-05 00:53:05 -0500 |
| commit | 42a9c159c9f23f63ec028af050b4f31144e5b7a8 (patch) | |
| tree | 9a3df97a47e4a3fb32cccf974c1361c4098478ec /static/main.css | |
| parent | 8c16c50b644b8190bf71923a25028169a657d3ba (diff) | |
| download | famille-flask-42a9c159c9f23f63ec028af050b4f31144e5b7a8.tar.gz | |
update login template
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index b1ac6ed..e7e3f01 100644 --- a/static/main.css +++ b/static/main.css @@ -14,9 +14,13 @@ } article > header { - margin-bottom: 2em; + margin-bottom: 2em; } nav .fa { margin-left: 1em; } + +.login { + margin:10em auto +}
\ No newline at end of file |
