Skip to content

Commit 9117cfd

Browse files
committed
fix(MdToolbar): fix offset alignment for small screens
1 parent acbecce commit 9117cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MdToolbar/MdToolbar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
}
8787
8888
.md-toolbar-offset {
89-
margin-left: 64px;
89+
margin-left: 56px;
9090
9191
@include md-layout-small {
92-
margin-left: 56px;
92+
margin-left: 48px;
9393
}
9494
}
9595

0 commit comments

Comments
 (0)