Skip to content

Commit

Permalink
fix(style): license image size on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-kashitsyn committed May 29, 2024
1 parent 3b8bdf0 commit fdca047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/footer.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
style="vertical-align: text-top;"
title="This work is licensed under a Creative Commons Attribution 4.0 International License">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
<img alt="Creative Commons License"
style="border-width:0;width:80px;height:15px;text-decoration:none;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
</a>
<br>
<a class="github-link" href="https://github.com/roman-kashitsyn/mmapped.blog">Source Code</a>
Expand Down

0 comments on commit fdca047

Please sign in to comment.