mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-07 12:11:52 +00:00
style: Update Glitch.Family logo
This commit is contained in:
parent
43ce9b74c4
commit
02907f0751
3 changed files with 11 additions and 7 deletions
|
@ -9,3 +9,9 @@
|
|||
background-position: center 10rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer__logo,
|
||||
.footer__logo:link,
|
||||
.footer__logo:visited {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue