Modify the spacing about the creative commons flag.

This commit is contained in:
凡梦星尘 2022-05-07 09:13:16 +08:00
parent 6b45e05511
commit a24830d8e3
2 changed files with 5 additions and 4 deletions

View File

@ -35,9 +35,6 @@
border-bottom: none;
}
/* .rss-link a:hover {
font-weight: bold;
} */
@keyframes wobble-vertical {
16.65% {
transform: translateX(8px);
@ -75,3 +72,7 @@
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.cc-license {
margin-top: 5px;
}

View File

@ -84,7 +84,7 @@
</div>
{{ $cc := .Site.Params.creativeCommons }}
{{ if and $cc $cc.sidebar }}
<div class="cc-license site-overview-item animated" itemprop="license">
<div class="cc-license animated" itemprop="license">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.{{ substr .Site.Language 0 2 }}" class="cc-opacity" rel="noopener" target="_blank" title="{{ T "CCLinkTitle" }}">
<img src="/imgs/cc/{{ $cc.size }}/{{ replace $cc.license "-" "_" }}.svg" alt="{{ T "CCLinkTitle" }}">
</a>