summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaishan <[email protected]>2018-11-04 00:28:20 +0800
committerHaishan <[email protected]>2018-11-04 00:28:20 +0800
commit1adaedcbc551f6beee4e9e0b9fbd94197ebdffe5 (patch)
tree4e72d4b59b7fd79154680a8b0a86940450091159 /src
parent0d065773ad22230adbdb5a130a1c08573d6d2dc7 (diff)
chore(style): reduce app min height
Diffstat (limited to 'src')
-rw-r--r--src/components/Root.module.scss2
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;
}