From 7e8292b6ddb9b30fa6d899cf2d4f702e22632903 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 7 Dec 2016 12:53:40 -0500 Subject: [PATCH] adding more default search styles to search.scss --- root/scss/_search.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/root/scss/_search.scss b/root/scss/_search.scss index bd3e3d3..2284e98 100644 --- a/root/scss/_search.scss +++ b/root/scss/_search.scss @@ -48,4 +48,24 @@ } } } +} +.search-results{ + #blog-posts-over{ + .search-result-container{ + header.entry-header{ + margin-bottom: 0px; + } + .search_result_context{ + margin: 0; + padding: 0; + line-height: 1.3; + } + article{ + p{ + margin: 0; + padding: 0; + } + } + } + } } \ No newline at end of file -- 2.17.1