mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Avoid whitespace before anchors when wrapping
This commit is contained in:
parent
22c12a4d34
commit
96e7cd79af
@ -20,12 +20,10 @@
|
|||||||
%anchor {
|
%anchor {
|
||||||
.anchor {
|
.anchor {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-left: 0.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.anchor {
|
.anchor {
|
||||||
border-bottom: none !important;
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
|
transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user