Skip to content

Commit

Permalink
Use bootstrap for text alignment rather tha arclight styles
Browse files Browse the repository at this point in the history
See upstream change at projectblacklight/arclight#1547
  • Loading branch information
jcoyne committed Jun 12, 2024
1 parent c6b14e0 commit 181354d
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 d-flex justify-content-center justify-content-md-start align-items-center">
<span class="h1"><%= heading %></span>
<span class="h1 text-center text-md-start"><%= heading %></span>
</div>
<nav class="col-md-4 nav-links d-flex justify-content-end" aria-label="browse">
<ul class="navbar-nav">
Expand Down

0 comments on commit 181354d

Please sign in to comment.