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 d6a3ab3 commit de278d4
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>

<nav class="navbar navbar-expand col-md-4 d-flex justify-content-md-end justify-content-center" aria-label="browse">
Expand Down

0 comments on commit de278d4

Please sign in to comment.