diff options
Diffstat (limited to 'youtube/templates/search.html')
-rw-r--r-- | youtube/templates/search.html | 4 |
1 files changed, 4 insertions, 0 deletions
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; |