Don't make it hug the edge as hard.

This commit is contained in:
Simon Quigley 2023-09-13 05:05:22 -05:00
parent 72ede3a1a0
commit 3880c0aa09

View File

@ -1,3 +1,4 @@
<div class="container">
<h1>The only movies that actually matter</h1> <h1>The only movies that actually matter</h1>
<ul> <ul>
@ -5,3 +6,4 @@
<li><%= movie %></li> <li><%= movie %></li>
<% end %> <% end %>
</ul> </ul>
</div>