aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.scss
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-05-07 16:26:51 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-05-07 16:26:51 -0400
commit93d2214b84eaef61c9a9f980d24b5c1addbd67dc (patch)
tree7c6a6aaf4b6fc4345de935673db22b41fbc19fd3 /src/client/views/SearchBox.scss
parent500f75d10f82db4717cba968577f9421d901a17c (diff)
things working
Diffstat (limited to 'src/client/views/SearchBox.scss')
-rw-r--r--src/client/views/SearchBox.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss
index 1aad13b2e..f4fc0029e 100644
--- a/src/client/views/SearchBox.scss
+++ b/src/client/views/SearchBox.scss
@@ -64,6 +64,12 @@
height: 20px;
}
+.results {
+ top: 300px;
+ display: flex;
+ flex-direction: column;
+}
+
.search-item {
width: 500px;
height: 50px;