Skip to content

Commit

Permalink
Merge pull request #3982 from pulibrary/3979-catalog-header
Browse files Browse the repository at this point in the history
Add padding-left in left border
  • Loading branch information
christinach committed Mar 29, 2024
2 parents 3f9c95e + 29ec01e commit 9cbc103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
@include vertical-align;
margin-left: 1rem;
border-left: 1px solid darken($gray, 50%);
padding-left: 1rem;
height: 35px;
color: white;
font-size: 1.6em;
Expand Down

0 comments on commit 9cbc103

Please sign in to comment.