Modify the spacing about the creative commons flag.
This commit is contained in:
parent
6b45e05511
commit
a24830d8e3
@ -35,9 +35,6 @@
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* .rss-link a:hover {
|
||||
font-weight: bold;
|
||||
} */
|
||||
@keyframes wobble-vertical {
|
||||
16.65% {
|
||||
transform: translateX(8px);
|
||||
@ -74,4 +71,8 @@
|
||||
.rss-link a:hover > i {
|
||||
-webkit-transform: scaleY(-1);
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.cc-license {
|
||||
margin-top: 5px;
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user