diff --git a/src/components/LeftDrawer/LeftDrawer.module.css b/src/components/LeftDrawer/LeftDrawer.module.css
index 6818dc05fb..a75b674b41 100644
--- a/src/components/LeftDrawer/LeftDrawer.module.css
+++ b/src/components/LeftDrawer/LeftDrawer.module.css
@@ -104,6 +104,10 @@
text-transform: capitalize;
}
+.logout {
+ margin-bottom: 50px;
+}
+
@media (max-width: 1120px) {
.leftDrawer {
width: calc(250px + 2rem);
@@ -145,6 +149,10 @@
z-index: 100;
animation: openDrawer 0.6s ease-in-out;
}
+
+ .logout {
+ margin-bottom: 1.5rem !important;
+ }
}
@keyframes goToLeftBigScreen {
diff --git a/src/components/LeftDrawer/LeftDrawer.tsx b/src/components/LeftDrawer/LeftDrawer.tsx
index d8708e2327..d2fdfedbcb 100644
--- a/src/components/LeftDrawer/LeftDrawer.tsx
+++ b/src/components/LeftDrawer/LeftDrawer.tsx
@@ -165,7 +165,7 @@ const leftDrawer = ({