(control) Adjust search result margins for better visual density

This commit is contained in:
Viktor Lofgren 2023-11-29 14:11:40 +01:00
parent 0cc2564380
commit ae0c1c3f2d

View File

@ -445,7 +445,7 @@ footer {
.search-result {
@extend .shadowbox;
margin: 1ch;
margin: 1ch 0 2ch 0;
.url {
background-color: $highlight-light;