Skip to content

Commit 0e818d9

Browse files
committed
style: remove unnecessary margin and padding from header in Main.module.css
1 parent fb5fd8f commit 0e818d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/layouts/dashboard/main-layout/Main.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
.header {
6363
backdrop-filter: blur(7px);
6464
-webkit-backdrop-filter: blur(7px);
65-
margin-left: -300px;
66-
padding-left: 300px;
6765
background-color: transparent;
6866
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6967

0 commit comments

Comments
 (0)