Skip to content

Commit c133460

Browse files
committed
Group the buttons
Grouping the buttons helps with fixing the issue that they are aligned closer to each other on smaller screens. For the same reason, the buttons are not qualified as 'btn-lg'.
1 parent f6f1be2 commit c133460

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ <h2>The App</h2>
4646
<p class="lead">
4747
The Commons Mobile App is a community maintained app that makes it easy to upload your pictures to Wikimedia Commons. The app can be installed on any Android device and uses your Commons user account to upload photos.
4848
</p>
49-
50-
<a class="btn btn-lg btn-outline-primary" role="button" href="https://f-droid.org/repository/browse/?fdid=fr.free.nrw.commons">F-Droid page</a>
51-
<a class="btn btn-lg btn-outline-primary" role="button" href="https://play.google.com/store/apps/details?id=fr.free.nrw.commons">Google Play page</a>
49+
<div class="btn-group">
50+
<a class="btn btn-outline-primary" role="button" href="https://f-droid.org/repository/browse/?fdid=fr.free.nrw.commons">F-Droid page</a>
51+
<a class="btn btn-outline-primary" role="button" href="https://play.google.com/store/apps/details?id=fr.free.nrw.commons">Google Play page</a>
52+
</div>
5253
</div>
5354
<div class="section-divider"></div>
5455
<div class="container inner" id="community">
@@ -156,9 +157,9 @@ <h2>Photo Guidelines</h2>
156157
<div class="section-divider"></div>
157158
<footer class="inner container footer">
158159
<h2>Commons Mobile App</h2>
159-
<div>
160-
<a class="btn btn-lg btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons">Source code</a>
161-
<a class="btn btn-lg btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons/issues">Report an issue</a>
160+
<div class="btn-group">
161+
<a class="btn btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons">Source code</a>
162+
<a class="btn btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons/issues">Report an issue</a>
162163
</div>
163164

164165
<div class="qr-code-div">

0 commit comments

Comments
 (0)