diff options
| author | rr- | 2017-01-20 22:38:56 +0100 |
|---|---|---|
| committer | rr- | 2017-01-21 00:13:35 +0100 |
| commit | b0e60a340bb983dab78aed14721d14e43534d54a (patch) | |
| tree | 2dfc63586338815e7a0ea13defe6bff3d2f0b63f /client/css | |
| parent | 7414d1f7a683e3ced7a78ae8ed71318ab52ae9f8 (diff) | |
client/home: centerize messages
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/home-view.styl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/css/home-view.styl b/client/css/home-view.styl index e17e4bb..06292ae 100644 --- a/client/css/home-view.styl +++ b/client/css/home-view.styl @@ -9,8 +9,10 @@ font-size: 30pt margin: 0 - .message - margin-bottom: 2em + .messages + text-align: center + .message + margin: 0 auto 2em auto form width: auto |