We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae474c commit fcf3553Copy full SHA for fcf3553
1 file changed
layouts/shortcodes/license.html
@@ -74,7 +74,7 @@
74
<div class="license-content">
75
<p>{{ $text | markdownify }}</p>
76
<a href="{{ $link }}" target="_blank" rel="noopener" class="license-badge">
77
- <img src="{{ $image }}" alt="License">
+ <img style="margin: 4px auto;" src="{{ $image }}" alt="License">
78
</a>
79
</div>
80
@@ -93,7 +93,7 @@
93
text-align: center;
94
}
95
.license-note .license-content p {
96
- margin-bottom: 0.5rem;
+ margin-bottom: 0.4rem;
97
98
.license-note .license-badge {
99
display: inline-block;
0 commit comments