Skip to content

Commit fcf3553

Browse files
fix:the license image uniform adjustments (#691)
Co-authored-by: Lukas Wallrich <lukas.wallrich@gmail.com>
1 parent aae474c commit fcf3553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/shortcodes/license.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<div class="license-content">
7575
<p>{{ $text | markdownify }}</p>
7676
<a href="{{ $link }}" target="_blank" rel="noopener" class="license-badge">
77-
<img src="{{ $image }}" alt="License">
77+
<img style="margin: 4px auto;" src="{{ $image }}" alt="License">
7878
</a>
7979
</div>
8080
</div>
@@ -93,7 +93,7 @@
9393
text-align: center;
9494
}
9595
.license-note .license-content p {
96-
margin-bottom: 0.5rem;
96+
margin-bottom: 0.4rem;
9797
}
9898
.license-note .license-badge {
9999
display: inline-block;

0 commit comments

Comments
 (0)