Use css padding for author urls to fix underline hover state (#2472)

* Use scss padding for sidebar author urls

* rename .text to .label
This commit is contained in:
Ali Farooq
2020-03-30 16:26:24 -04:00
committed by GitHub
parent b4ccaa6ae2
commit 7790757722
2 changed files with 32 additions and 26 deletions

View File

@@ -194,6 +194,12 @@
}
}
.author__urls {
span.label {
padding-left: 5px;
}
}
@include breakpoint($large) {
display: block;
}