site logo size reduced and aligned

This commit was merged in pull request #377.
This commit is contained in:
victorAnumudu
2023-08-04 13:50:59 +01:00
parent ce41db474d
commit 042e8c2c17
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export default function Layout({ children }) {
drawer
? "2xl:w-[335px] w-[280px] 2xl:pl-20 pl-10 pr-6 "
: "w-[70px]"
} bg-white dark:bg-dark-white h-full overflow-y-scroll overflow-style-none fixed left-0 top-0 pt-8`}
} bg-white dark:bg-dark-white h-full overflow-y-scroll overflow-style-none fixed left-0 top-0 pt-[30px]`}
>
<Sidebar
logoutModalHandler={logoutModalHandler}