diff --git a/assets/css/style.css b/assets/css/style.css index ea41ebf..a85d6b3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; } \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f5a8cad..bcc1f57 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -84,7 +84,7 @@ {{ $cc := .Site.Params.creativeCommons }} {{ if and $cc $cc.sidebar }} -
+
{{ T