diff options
| author | haishanh <[email protected]> | 2018-10-22 13:06:32 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-23 00:05:27 +0800 |
| commit | 515777e186405d89aa36dc3c9029a0ead6eb5e32 (patch) | |
| tree | 03c5d2f2dc095e194287f0639dac22bb35aac189 /src/components/Root.module.scss | |
| parent | 62d389eab220e4f305560b705837572ff88095c2 (diff) | |
style: minor style polish
- make app max-height 580px
- enlarge logo top bottom padding
Diffstat (limited to 'src/components/Root.module.scss')
| -rw-r--r-- | src/components/Root.module.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss index c21831d..d23d62e 100644 --- a/src/components/Root.module.scss +++ b/src/components/Root.module.scss @@ -1,7 +1,8 @@ .app { display: flex; + color: #ddd; background: #202020; - min-height: 640px; + min-height: 580px; height: 100vh; } |
