In footer, replace text "Mastodon" with logo (#7545)

This commit is contained in:
Eugen Rochko 2018-05-19 16:10:55 +02:00 committed by GitHub
parent 587da93152
commit 93c66f0c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -26,5 +26,13 @@
text-decoration: none;
}
}
img {
margin: 0 4px;
position: relative;
bottom: -1px;
height: 18px;
vertical-align: top;
}
}
}