mirror of https://gitlab.com/curben/blog
fix(css): make permalink icon appears centre
This commit is contained in:
parent
e1cdcf5f33
commit
cdb8dc5c28
|
@ -757,6 +757,7 @@ unhide (via JS) if Web Share API is supported */
|
||||||
.article .article-entry a.headerlink svg,
|
.article .article-entry a.headerlink svg,
|
||||||
.article-title a#share-button svg {
|
.article-title a#share-button svg {
|
||||||
height: 0.75em;
|
height: 0.75em;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* don't underline permalink and share icons */
|
/* don't underline permalink and share icons */
|
||||||
|
|
|
@ -1206,6 +1206,7 @@ unhide (via JS) if Web Share API is supported */
|
||||||
.article .article-entry a.headerlink svg,
|
.article .article-entry a.headerlink svg,
|
||||||
.article-title a#share-button svg {
|
.article-title a#share-button svg {
|
||||||
height: 0.75em;
|
height: 0.75em;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* don't underline permalink and share icons */
|
/* don't underline permalink and share icons */
|
||||||
|
|
Loading…
Reference in New Issue