Skip to content

Commit

Permalink
Changed padding to vertically center the arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed May 6, 2024
1 parent 7c60973 commit f855a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/_l-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ body.index {
left: 18rem;
background-color: $white;
margin-left: -4px;
padding: 0 rem-calc(6) rem-calc(3);
padding: 0 rem-calc(6) rem-calc(6);
// box-shadow: -4px 4px 0 rgba(0,0,0,0.1);
}
@include breakpoint(xxlarge) {
Expand Down

0 comments on commit f855a20

Please sign in to comment.