Skip to content

Commit e165bae

Browse files
Improve layout.scss
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent bbe9abf commit e165bae

5 files changed

Lines changed: 10 additions & 14 deletions

File tree

docs/_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 %}

docs/_sass/layout.scss

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
.container {
6666
grid-column-gap: 0px;
67-
grid-template-columns: 1;
67+
grid-template-columns: 1fr;
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 {

docs/assets/downloads.png

28.3 KB
Loading

docs/assets/fdroid.png

-17.1 KB
Binary file not shown.

docs/assets/playstore.png

-16.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)