chore: change sidemenu items padding

This commit is contained in:
Mahyar Khanbolooki
2025-08-10 18:37:50 +03:30
parent 3b3e70e47a
commit bfcc3ddadb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
return (
<section className="flex-1 overflow-y-scroll noscrollbar pt-20 pb-10 flex flex-col justify-between md:w-[160px] xl:w-[285px]">
<div className=''>
<header className="px-8 pt-6 mt-3 md:px-6 xl:px-12">
<header className="px-5 pt-6 mt-3 md:px-6 xl:px-12">
<h6 className="text-start font-bold text-sm text-menu-header mt-2 mb-[19px]">منو</h6>
</header>