Skip to content

Commit

Permalink
style: correct the padding of first item (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 17, 2024
1 parent a9c5854 commit 60f1f5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/hb/modules/breadcrumb/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
}
}

&:first-child {
padding-right: .5rem;
}

&:last-child {
max-width: 320px;

Expand Down

0 comments on commit 60f1f5d

Please sign in to comment.