Skip to content

Commit 39612a9

Browse files
committed
[Website] Reduce double left padding in the sidebar
1 parent 77f3a9b commit 39612a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/playground/website/src/components/site-manager/style.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
display: flex;
1414
flex-direction: row;
15+
16+
@media (min-width: 876px) {
17+
padding-left: 0;
18+
}
1519
}
1620

1721
.sidebar {

0 commit comments

Comments
 (0)