Add F-Droid download button

Using the mechanism introduced for iOS to describe the multi-step
process.

Fixes #52.
This commit is contained in:
Jonas Schäfer
2021-03-20 16:15:20 +01:00
parent c3d5b06313
commit 885db355ab
4 changed files with 33 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ img.play {
height: $w-l3;
}
img.fdroid {
height: $w-l3;
}
.tabbox {
display: flex;
flex-direction: column;