Skip to content

Commit 3cc0666

Browse files
committed
fix: margins too wide on smaller devices
fixes #1
1 parent 83e1ead commit 3cc0666

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/theme.scss

+9
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@
5757
}
5858
}
5959

60+
@media screen and (max-width: 992px) {
61+
#main-content-container .cp__sidebar-main-content>.mx-auto {
62+
padding: 10px 5px 10px 10px;
63+
}
64+
#main-content-container {
65+
padding: 0.5rem 0 0 0.3rem;
66+
}
67+
}
68+
6069
/* Scrollbar style */
6170
html ::-webkit-scrollbar {
6271
width: 8px;

0 commit comments

Comments
 (0)