Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
make giant button mobile
Browse files Browse the repository at this point in the history
simplify use from mobile with large touchpoints for use during a session
  • Loading branch information
graboskyc committed Feb 28, 2020
1 parent 19d7046 commit fdf93a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Stitch-Hosting/admin/entries.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
</div>
</nav>

<div id="sm" class="d-block d-sm-none d-none d-sm-block d-md-none">
<div class="card" style="margin-top:15px;">
<button class="btn btn-outline-info btn-lg" onclick="toggleNextVis()"><h1><i class='fa fa-eye' aria-hidden='true'></i> Turn On Next</h1></button>
</div>
</div>

<div id="ctr_main"></div>
</div>

Expand Down

0 comments on commit fdf93a4

Please sign in to comment.