Skip to content

Commit dad4cf2

Browse files
authored
refactor: adjust navbar item border-radius to 0.8rem (#1853)
Closes: https://github.com/apify/apify-web/issues/5173
1 parent 30d0148 commit dad4cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ div[class*="searchBox"] {
934934
.navbar__item > .navbar__link,
935935
.navbar-sidebar__back {
936936
padding: 0.8rem 1.2rem;
937-
border-radius: 2rem;
937+
border-radius: 0.8rem;
938938
font-size: 1.4rem;
939939
line-height: 2.4rem;
940940
font-weight: 500;

0 commit comments

Comments
 (0)