Merge pull request #63 from acid-info/search-result

Add additional padding for sublink of search result
This commit is contained in:
jeangovil
2023-06-14 14:26:42 +03:30
committed by GitHub
@@ -17,4 +17,8 @@
list-style: none;
margin-top: 1rem;
}
ul a[href*='#'] li {
padding-left: 56px;
}
}