Skip to content

Commit

Permalink
💄 Change docsmenu responsive sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Sep 27, 2023
1 parent 57442ee commit bb4c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-nonepress/src/theme/NavbarItem/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* docs menu */
&-docs-menu {
&-content {
@apply block w-[24rem] xl:w-[48rem] !m-0 !p-0 overflow-hidden whitespace-normal;
@apply block w-[28rem] xl:w-[36rem] 2xl:w-[48rem] !m-0 !p-0 overflow-hidden whitespace-normal;

&::before {
@apply content-none;
Expand Down

0 comments on commit bb4c2f6

Please sign in to comment.