1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

style: Update Glitch.Family logo

This commit is contained in:
Tixie 2021-01-22 12:37:58 +01:00
parent 43ce9b74c4
commit 02907f0751
3 changed files with 11 additions and 7 deletions

View file

@ -9,3 +9,9 @@
background-position: center 10rem;
text-align: center;
}
.footer__logo,
.footer__logo:link,
.footer__logo:visited {
display: inline-block;
}

View file

@ -1,3 +1,5 @@
<footer class="footer">
<img class="footer__logo" src="{{ "/images/logo-glitch-family.svg" | absURL }}" alt="by Glitch Family" title="by Glitch Family">
<a class="footer__logo" href="https://glitch.family">
<img src="{{ "/images/logo-glitch-family.svg" | absURL }}" alt="by Glitch Family" title="by Glitch Family">
</a>
</footer>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB