Skip to content

Commit

Permalink
Update application.html.erb
Browse files Browse the repository at this point in the history
Tags header and main were not closed
  • Loading branch information
SlyDeath authored and stevepolitodesign committed Jan 9, 2022
1 parent 5b713f8 commit c85e3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<% end %>
</ul>
<hr/>
<header>
</header>
<main style="width: 1200px; margin: 0 auto;">
<%= yield %>
<main>
</main>
</body>
</html>

0 comments on commit c85e3ad

Please sign in to comment.