diff options
| author | rr- | 2016-08-27 20:08:58 +0200 |
|---|---|---|
| committer | rr- | 2016-08-27 22:19:01 +0200 |
| commit | 02d631a65d1680d6f49c69be8e667485cbe298b4 (patch) | |
| tree | 91f1b969d883f60eb637b4cac98e8fbe9ea256f8 /client/css/core-general.styl | |
| parent | f63d024777ca832826e804a9054ecadbab48f9e9 (diff) | |
client/css: improve appearance on small screens
Diffstat (limited to 'client/css/core-general.styl')
| -rw-r--r-- | client/css/core-general.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/css/core-general.styl b/client/css/core-general.styl index 6539712..de8a7fa 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -147,8 +147,8 @@ a .access-key .messages margin: 0 auto - width: 30em - max-width: 100% + width: 100% + max-width: 30em .message margin: 0 0 1em 0 display: inline-block |