Skip to content

Commit

Permalink
Merge pull request #1213 from pulibrary/accessibility_link_fixes
Browse files Browse the repository at this point in the history
Fix grid for accessibility link in header.
  • Loading branch information
hackartisan authored Apr 2, 2024
2 parents 1901ed6 + b61a280 commit 347a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_pul_branding.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="d-none d-md-block col-md-3">
</div>
<% end %>
<div class="menu--level-1 d-none d-md-block col-md-4 col-lg-4">
<div class="menu--level-1 d-none d-md-block col-md-<%= index_layout? ? 3 : 4 %>">
<ul>
<li><a href="https://accessibility.princeton.edu/help">Accessibility</a></li>
<li><a href="/contact-us">Contact Us</a></li>
Expand Down

0 comments on commit 347a23e

Please sign in to comment.