Skip to content

Commit

Permalink
Updated buttons to improve mobile styling in support of #461.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Jun 20, 2024
1 parent 7a1350c commit 6686548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NumberSearch.Mvc/Views/Lookup/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<a type="button" class="btn btn-primary btn-lg btn-block" asp-controller="Hardware" asp-action="Index">◁ Add Hardware</a>
</div>
<div class="col">
<a type="button" class="btn btn-success btn-lg btn-block" asp-controller="Cart" asp-action="Index">Review your Cart 🛒</a>
<a type="button" class="btn btn-success btn-lg btn-block" asp-controller="Cart" asp-action="Index">Review Cart 🛒</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion NumberSearch.Mvc/Views/Search/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
<a type="button" class="btn btn-primary btn-lg btn-block" asp-controller="Hardware" asp-action="Index">◁ Add Hardware</a>
</div>
<div class="col">
<a type="button" class="btn btn-success btn-lg btn-block" asp-controller="Cart" asp-action="Index">Review your Cart 🛒</a>
<a type="button" class="btn btn-success btn-lg btn-block" asp-controller="Cart" asp-action="Index">Review Cart 🛒</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6686548

Please sign in to comment.