diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 16:26:51 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 16:26:51 -0400 |
| commit | 93d2214b84eaef61c9a9f980d24b5c1addbd67dc (patch) | |
| tree | 7c6a6aaf4b6fc4345de935673db22b41fbc19fd3 /src/client/views/SearchBox.scss | |
| parent | 500f75d10f82db4717cba968577f9421d901a17c (diff) | |
things working
Diffstat (limited to 'src/client/views/SearchBox.scss')
| -rw-r--r-- | src/client/views/SearchBox.scss | 6 |
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; |
