File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ <h1 class="appName">
5050 < div class ="downloadButtonsContainer ">
5151 < div class ="dropdown ">
5252 < button class ="dropbtn ">
53- < img class ="playStore " src ="assets/playstore .png " alt ="Play Store ">
53+ < img class ="playStore " src ="assets/downloads .png " alt ="Play Store ">
5454 </ button >
5555 < div class ="dropdown-content ">
5656 {% if site.playstore_link %}
57- < a href ="{{ site.playstore_link }} "> Pro Version </ a >
57+ < a href ="{{ site.playstore_link }} "> Google Play (Pro) </ a >
5858 {% endif %}
5959 {% if site.playstore_free_link %}
60- < a href ="{{ site.playstore_free_link }} "> Free Version </ a >
60+ < a href ="{{ site.playstore_free_link }} "> Google Play (Free) </ a >
6161 {% endif %}
62+ < a href ="{{ site.fdroid_link }} "> F-Droid (Free)</ a >
6263 </ div >
6364 </ div >
64- < a class ="fDroidLink " href ="{{site.fdroid_link}} "> < img class ="appStore " src ="assets/fdroid.png "> </ a >
6565 </ div >
6666 </ div >
6767 {% include features.html %}
Original file line number Diff line number Diff line change 6464
6565 .container {
6666 grid-column-gap : 0px ;
67- grid-template-columns : 1 ;
67+ grid-template-columns : 1 fr ;
6868 grid-template-rows : 115px auto auto auto auto ;
6969 grid-template-areas :
7070 " h h h h h h h h h h h h"
@@ -283,6 +283,11 @@ nav > ul li a:active {
283283 background-color : #3e8e41 ;
284284}
285285
286+ .playStore {
287+ width : auto ;
288+ height : 75px ;
289+ }
290+
286291@media only screen and (max-width : 992px ) {
287292
288293 .appInfo {
@@ -378,11 +383,6 @@ nav > ul li a:active {
378383 text-align : center ;
379384 }
380385
381- }
382-
383- .playStore {
384- height : 75px ;
385- margin-right : 24px ;
386386}
387387
388388@media only screen and (max-width : 992px ) {
@@ -401,10 +401,6 @@ nav > ul li a:active {
401401 margin-bottom : 24px ;
402402 }
403403
404- }
405-
406- .appStore {
407- height : 75px ;
408404}
409405
410406.iphonePreview {
You can’t perform that action at this time.
0 commit comments