Skip to content
Snippets Groups Projects
Commit 3686a172 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix no_results padding

parent 17498f4b
No related branches found
No related tags found
No related merge requests found
......@@ -705,7 +705,7 @@ div.welcome article {
margin: auto;
}
#search_results, #spinner, #notifications, #single_article_container, div.welcome, div.search_container, .error, .no_results {
#search_results, #spinner, #notifications, #single_article_container, div.welcome, div.search_container, .error {
padding-left: calc((100vw - 1200px) / 2);
padding-right: calc((100vw - 1200px) / 2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment