summaryrefslogtreecommitdiff
path: root/src/components/Root.module.scss
diff options
context:
space:
mode:
authorhaishanh <[email protected]>2018-10-22 13:06:32 +0800
committerHaishan <[email protected]>2018-10-23 00:05:27 +0800
commit515777e186405d89aa36dc3c9029a0ead6eb5e32 (patch)
tree03c5d2f2dc095e194287f0639dac22bb35aac189 /src/components/Root.module.scss
parent62d389eab220e4f305560b705837572ff88095c2 (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.scss3
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;
}