diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 05:01:32 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 05:01:32 -0500 |
| commit | f512ee2c3c30fbdd983dfcf8df5008208037f71e (patch) | |
| tree | 646abbeb8a7db5705fa5a7f7324f6272ea9c878e /src/App.scss | |
| parent | e4c0bbddd912c8df50883f5d222a8aff510a2c59 (diff) | |
move login hint into the main content
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index d3721b32..1eaed6ea 100644 --- a/src/App.scss +++ b/src/App.scss @@ -719,3 +719,17 @@ nav { margin-right: 0.8em; } } + +.login-hint { + text-align: center; + + @media all and (min-width: 801px) { + display: none; + } + + a { + display: inline-block; + padding: 1em 0px; + width: 100%; + } +} |
