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

no padding on above_results if not visible

parent f0f05d32
No related branches found
No related tags found
No related merge requests found
...@@ -583,9 +583,10 @@ div.welcome article { ...@@ -583,9 +583,10 @@ div.welcome article {
padding-right: calc((100vw - 1200px) / 2); padding-right: calc((100vw - 1200px) / 2);
} }
#above_results { #above_results div {
padding-top: 10px; padding-top: 10px;
margin-left: 10px margin-left: 10px;
font-size: 18px;
} }
#suggestions { #suggestions {
......
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