Merge pull request 'fix Android' (#28) from LibreHacker/switching:master3 into master

Reviewed-on: http://git.macaw.me:3000/Tolstoevsky/fedi/pulls/28
This commit is contained in:
Tolstoevsky 2021-02-02 12:55:23 +00:00
commit a5da799fba
2 changed files with 6 additions and 2 deletions

View File

@ -56,3 +56,7 @@ li {
height: 100%;
margin: auto;
}
img {
width: 100%;
height: auto;
}

View File

@ -1,4 +1,4 @@
[
"<a href=\"https://play.google.com/store/apps/details?id=im.blabber.messenger&hl=ru&gl=RU\"><img src="img/playm.png"/></a>",
"<a href=\"https://f-droid.org/repo/de.pixart.messenger_316.apk\"><img src="img/fdroid.png"/></a>"
"<a href=\"https://play.google.com/store/apps/details?id=im.blabber.messenger&hl=ru&gl=RU\"><img src=\"img/playm.png\"></a>",
"<a href=\"https://f-droid.org/repo/de.pixart.messenger_316.apk\"><img src=\"img/fdroid.png\"></a>"
]