Make the title text blue(ish)

main
Simon Quigley 8 months ago
parent 3880c0aa09
commit 44bef3fdf0

@ -1,5 +1,7 @@
<div class="container">
<h1>The only movies that actually matter</h1>
<div class="alert alert-primary" role="alert">
<h1>The only movies that actually matter</h1>
</div>
<ul>
<% @movies.each do |movie| %>

Loading…
Cancel
Save