fix position and bs5 underline of suggestion link

This commit is contained in:
Michael Shamoon 2022-02-25 01:17:05 -08:00
parent da4c6e8fb6
commit 8dc57e8e87

View File

@ -90,9 +90,14 @@
}
.nav-link-additional {
margin-top: 0.2rem;
margin-top: 0.1rem;
margin-left: 0.25rem;
padding-top: 0.5rem;
text-decoration: none;
&:hover {
text-decoration: underline;
}
svg {
margin-bottom: 2px;