1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix patreon link on small screens

This commit is contained in:
Maksym Pavlenko
2017-01-04 13:14:24 -08:00
parent 4e02c89488
commit aba73f77de

View File

@@ -51,7 +51,7 @@ a {
.twitter-link {
position: absolute;
right: 1em;
right: 2em;
bottom: 0;
font-size: 3em;
}
@@ -303,7 +303,8 @@ a {
@media screen and (max-height: 640px) {
.patreon {
display: none;
width: 300px;
bottom: 4em;
}
.man {