From e99a01c645b8faf88bc92bf63a0aec88a7d5b2d3 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 31 Aug 2020 00:53:11 +0530 Subject: added result container --- app/css/style.css | 6 ++++++ app/index.html | 1 + 2 files changed, 7 insertions(+) (limited to 'app') diff --git a/app/css/style.css b/app/css/style.css index 29ad841..f8c53d9 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -41,3 +41,9 @@ body { text-transform: uppercase; padding-left: 5px; } + +.results { + margin-top: 50px; + height: 50%; + overflow-y: scroll; +} diff --git a/app/index.html b/app/index.html index 9d90dd7..8d2f105 100644 --- a/app/index.html +++ b/app/index.html @@ -13,6 +13,7 @@

press enter to search

+
-- cgit v1.2.3