Skip to content

Commit ad2c6cd

Browse files
berezinantzoobestik
authored andcommitted
fix: adjusted wrapper styles for dokka
1 parent 55b5013 commit ad2c6cd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

static/js/page/dokka-template/layout.scss

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
.root {
2+
--horizontal-spacing-for-content: 32px;
3+
4+
@media (max-width: 640px) {
5+
--horizontal-spacing-for-content: 16px;
6+
}
7+
28
display: flex;
39
flex-direction: column;
410

@@ -17,14 +23,6 @@
1723

1824
#main {
1925
box-sizing: border-box;
20-
21-
@media (max-width: 759px) {
22-
padding-left: 24px;
23-
}
24-
25-
@media (max-width: 759px) {
26-
padding-left: 8px;
27-
}
2826
}
2927

3028
.main-content {

0 commit comments

Comments
 (0)