Some work on the main content element

This commit is contained in:
Gregory Ballantine 2024-07-03 09:54:53 -04:00
parent f08c5c71ab
commit 37d5239f94
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ body
body body
background: #eee background: #eee
.container
max-width: 1200px
#main-nav #main-nav
margin-bottom: 15px margin-bottom: 15px
padding-left: 20px padding-left: 20px

View File

@ -15,7 +15,7 @@
<%= erb :'partials/navbar', :locals => locals %> <%= erb :'partials/navbar', :locals => locals %>
<!-- main content --> <!-- main content -->
<div class="container"> <div id="main-content" class="container">
<%= yield %> <%= yield %>
</div> </div>
</body> </body>