aboutsummaryrefslogtreecommitdiff
path: root/src/client/style
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-01-17 16:45:17 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-01-17 16:45:17 +0100
commit2232877ed5b3c0b60789940d2a367726ee8919c5 (patch)
tree5a64bdd7939fdaa2e1a09f1f22705616f473ebe3 /src/client/style
parent1b3f4ea79f947558573fbce5a2e2d0c2c5dd6a8d (diff)
Add some basic styling
Diffstat (limited to 'src/client/style')
-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;