From 042e8c2c1740982b842a45dca8028f6944372229 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 4 Aug 2023 13:50:59 +0100 Subject: [PATCH] site logo size reduced and aligned --- src/components/Partials/Layout.jsx | 2 +- src/components/Partials/Sidebar.jsx | 2 +- src/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Partials/Layout.jsx b/src/components/Partials/Layout.jsx index c4cf303..4fa7208 100644 --- a/src/components/Partials/Layout.jsx +++ b/src/components/Partials/Layout.jsx @@ -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]`} >
diff --git a/src/index.css b/src/index.css index 745f3de..1e77d46 100644 --- a/src/index.css +++ b/src/index.css @@ -303,7 +303,7 @@ input[type="text"][dir="rtl"] { .sidebar-logo.enter { transform: scale(1); - width: 100%; + width: 80%; } .sidebar-logo { transform: scale(0);