Skip to content

Commit

Permalink
fix: udpate link item border style
Browse files Browse the repository at this point in the history
  • Loading branch information
misclicl authored and 3y3 committed Oct 12, 2023
1 parent 53c5635 commit b73688c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/DocLeadingPage/DocLeadingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
min-width: 280px;
max-width: 400px;
width: calc(50% - 20px);
padding-bottom: 40px;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: $blockMarginBottomLarge;
border-bottom: 1px solid var(--g-color-line-generic);
border-top: 1px solid var(--g-color-line-generic);
}
}

Expand Down

0 comments on commit b73688c

Please sign in to comment.