Skip to content

Commit

Permalink
Make the header a block level element so that the margin will apply (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 13, 2024
1 parent f3f0067 commit d7aff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/arclight/masthead_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row align-items-center">
<div class="col-md-8" >
<span class="h1 my-4 text-center text-md-start"><%= heading %></span>
<div class="h1 my-4 text-center text-md-start"><%= heading %></div>
</div>

<div class="col-md-4">
Expand Down

0 comments on commit d7aff17

Please sign in to comment.