diff options
| author | Haishan <[email protected]> | 2018-11-04 00:28:20 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-11-04 00:28:20 +0800 |
| commit | 1adaedcbc551f6beee4e9e0b9fbd94197ebdffe5 (patch) | |
| tree | 4e72d4b59b7fd79154680a8b0a86940450091159 /src/components | |
| parent | 0d065773ad22230adbdb5a130a1c08573d6d2dc7 (diff) | |
chore(style): reduce app min height
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Root.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss index 52717bb..e4a0e87 100644 --- a/src/components/Root.module.scss +++ b/src/components/Root.module.scss @@ -3,7 +3,7 @@ color: #ddd; background: #202020; - min-height: 580px; + min-height: 300px; height: 100vh; } |
