Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadedirac00 authored Aug 31, 2024
1 parent 4bd1404 commit 5bbd3c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,12 @@ progress {
}
}

@media (max-width: 576px) {
.mobile-g-p {
margin-bottom: 10px;
}
}

.my-table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 class="text-white display-1 lh-1 mb-4 font-alt">
Start building.
</h2>
<!-- <a class="btn btn-outline-light py-3 px-4 rounded-pill" style="margin-right: 20px;" href="https://startbootstrap.com/theme/new-age" target="_blank">Download for free</a> -->
<a class="me-lg-3 mb-4 mb-lg-0" href="#!"><img class="app-badge" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com"><img class="app-badge mobile-g-p" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a href="#!"><img class="app-badge" src="assets/img/app-store-badge.svg" alt="..." /></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ <h2 class="text-white display-1 lh-1 mb-4 font-alt">
Start building.
</h2>
<!-- <a class="btn btn-outline-light py-3 px-4 rounded-pill" style="margin-right: 20px;" href="https://startbootstrap.com/theme/new-age" target="_blank">Download for free</a> -->
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com"><img class="app-badge" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com"><img class="app-badge mobile-g-p" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a href="#!"><img class="app-badge" src="assets/img/app-store-badge.svg" alt="..." /></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2 class="text-white display-1 lh-1 mb-4 font-alt">
Start building.
</h2>
<!-- <a class="btn btn-outline-light py-3 px-4 rounded-pill" style="margin-right: 20px;" href="https://startbootstrap.com/theme/new-age" target="_blank">Download for free</a> -->
<a class="me-lg-3 mb-4 mb-lg-0" href="#!"><img class="app-badge" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com"><img class="app-badge mobile-g-p" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a href="#!"><img class="app-badge" src="assets/img/app-store-badge.svg" alt="..." /></a>
</div>
</div>
Expand Down

0 comments on commit 5bbd3c3

Please sign in to comment.