diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:28:50 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:28:50 -0500 |
| commit | e107ed8ddcc536ad4879e5aa243fc7ac35c1272c (patch) | |
| tree | 9a103aa6bf6325f0266494162360ebe6727c84f1 /src/App.scss | |
| parent | 460976c6e5b23f47d5520a99b3113825fc5dbda4 (diff) | |
| parent | 6cca15bade6f3cf2a2586c8e7390e2bc988f5f6e (diff) | |
Merge branch 'develop' into feature/add-an-option-for-a-default-formatting
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%; + } +} |
