aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/style/index.scss')
-rw-r--r--src/client/style/index.scss18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/client/style/index.scss b/src/client/style/index.scss
index 7c83c77..9fa267c 100644
--- a/src/client/style/index.scss
+++ b/src/client/style/index.scss
@@ -1,12 +1,28 @@
body {
- background-color: #ececec;
font-family: 'Roboto';
+ margin: 0;
}
* {
box-sizing: border-box;
}
+.page-index {
+ background-color: #ececec;
+ padding-top: 24vh;
+ height: 100vh;
+
+ img {
+ display: block;
+ margin: 0 auto;
+ }
+
+ .search {
+ margin: 0 auto;
+ margin-top: 64px;
+ }
+}
+
.search {
width: 580px;
border-radius: 2px;