Skip to content

Commit

Permalink
fix buttons on homepage on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBerliner committed May 14, 2023
1 parent 76a9bff commit 8a92867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<div>
<h1 class="text-center text-body-emphasis">Friction DOM</h1>
<p class="text-center lead">Add interactive motion to websites.</p>
<div class="text-center">
<a href="https://github.com/RyanBerliner/friction-dom" class="me-3 btn btn-lg btn-primary">View on GitHub</a>
<div class="d-flex flex-md-row flex-column justify-content-center">
<a href="https://github.com/RyanBerliner/friction-dom" class="mb-3 mb-md-0 me-md-3 btn btn-lg btn-primary">View on GitHub</a>
<a href="#demos" class="btn btn-lg btn-outline-primary">Explore Demos</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<div>
<h1 class="text-center text-body-emphasis">Friction DOM</h1>
<p class="text-center lead">Add interactive motion to websites.</p>
<div class="text-center">
<a href="https://github.com/RyanBerliner/friction-dom" class="me-3 btn btn-lg btn-primary">View on GitHub</a>
<div class="d-flex flex-md-row flex-column justify-content-center">
<a href="https://github.com/RyanBerliner/friction-dom" class="mb-3 mb-md-0 me-md-3 btn btn-lg btn-primary">View on GitHub</a>
<a href="#demos" class="btn btn-lg btn-outline-primary">Explore Demos</a>
</div>
</div>
Expand Down

0 comments on commit 8a92867

Please sign in to comment.