Unverified Commit 60175848 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Fix SearchPage min-height (#465)

parent 15cff6d3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.search-page { .search-page {
display: flex; display: flex;
min-height: calc(100% - #{$nav-bar-height + $footer-height}); min-height: calc(100vh - #{$nav-bar-height + $footer-height});
.list-group { .list-group {
margin-top: 0px; margin-top: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment