Skip to content

Commit

Permalink
mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 19, 2024
1 parent ebcd924 commit 6d45d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/influencerlink.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="d-grid gap-2 col-10 mx-auto mb-5 mt-3">
<a href="/rankings" class="btn btn-primary btn-lg" role="button" style="--bs-btn-font-size:2rem">See the Trade Audit Influencer Rankings</a>
<div class="mx-auto mb-5 mt-2">
<a href="/rankings" class="btn btn-primary btn-lg" role="button" style="--bs-btn-font-size:28px">See the Trade Audit Influencer Rankings</a>
</div>
4 changes: 2 additions & 2 deletions _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="mt-5 mb-5 fw-bold">
</div>

<div class="mb-5 text-center">
<h4 class="mb-4">Import Recommendations Made on Social Media,<br>and Track Trade Performance.</h4>
<h4 class="mb-3">Import Recommendations Made on Social Media,<br>and Track Trade Performance.</h4>
{% assign integrations = site.navigation | where: "key", "integrations" | first %}
{% for navitem in integrations.links %}
<a
Expand All @@ -39,6 +39,6 @@ <h4 class="mb-4">Import Recommendations Made on Social Media,<br>and Track Trade
{% endfor %}
</div>

<h1 class="display-6 fw-bold text-center mt-5">Which Trades Made Money?</h1>
<h1 class="display-6 fw-bold text-center mt-4">Which Trades Made Money?</h1>

{% include influencerlink.html %}

0 comments on commit 6d45d77

Please sign in to comment.