Skip to content

Commit

Permalink
Merge pull request #1464 from sul-dlss/left-justify-mobile
Browse files Browse the repository at this point in the history
Left justify application title on mobile
  • Loading branch information
thatbudakguy authored Jan 6, 2025
2 parents 88fda3b + 7b1f27e commit 973458a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/components/blacklight/top_navbar_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,9 @@
<div class="masthead bg-dark palo-alto-base">
<div class="container">
<div class="row align-items-center">
<div
class="col-md-8 d-flex justify-content-center justify-content-md-start"
>
<div class="col-md-8 d-flex">
<div class="h1 my-3"><a href="/">EarthWorks</a></div>
</div>

</div>
</div>
</div>

0 comments on commit 973458a

Please sign in to comment.