From 0ca12270a85d81b4fe6e75794b10b2a6873b46df Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 8 Sep 2019 10:38:23 -0700 Subject: Search: Add some space around the number of results --- youtube/templates/search.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'youtube/templates') diff --git a/youtube/templates/search.html b/youtube/templates/search.html index 63f930e..aef914a 100644 --- a/youtube/templates/search.html +++ b/youtube/templates/search.html @@ -8,6 +8,10 @@ margin: auto; } #result-info{ + margin-top: 10px; + margin-bottom: 10px; + padding-left: 10px; + padding-right: 10px; } #number-of-results{ font-weight:bold; -- cgit v1.2.3