Skip to content

Commit

Permalink
Add CSS Styles to the HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
sdflem committed Jan 18, 2021
1 parent b1aa9d5 commit 944e595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
Store Hours:
</p>

<table>
<table class="table table-sm table-striped ml-4" style="max-width: 15rem;">

<thead>
<thead class="thead-dark">
<tr>
<th>Day</th>
<th>Hours</th>
Expand Down

0 comments on commit 944e595

Please sign in to comment.