Skip to content

Commit dad2d57

Browse files
Merge branch 'dev'
2 parents 79035d8 + 7536b76 commit dad2d57

File tree

4 files changed

+236
-186
lines changed

4 files changed

+236
-186
lines changed

._template/index/index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
display: inline-block;
6464
width: 100%;
6565
border-top: 4px dotted #d7d2cb;
66-
margin-top: 84px;
6766
clear: both;
67+
font-weight: normal;
6868
}
6969

7070
.category:first-child() {
@@ -73,20 +73,14 @@
7373
}
7474

7575
.module {
76-
float: left;
77-
width: 100%;
76+
display: block;
7877
padding: 0;
7978
margin: 0;
80-
}
81-
82-
.module.module-1 {
83-
clear: left;
84-
}
85-
86-
@media (min-width: 768px) {
87-
.module {
88-
width: 50%;
89-
}
79+
-webkit-column-break-inside: avoid;
80+
page-break-inside: avoid;
81+
break-inside: avoid;
82+
box-decoration-break: clone;
83+
overflow: hidden;
9084
}
9185

9286
.module-headline {
@@ -126,7 +120,12 @@
126120
list-style: none;
127121
padding: 0;
128122
overflow: hidden;
129-
margin-top: -80px;
123+
-moz-column-count: 2;
124+
-webkit-column-count: 2;
125+
column-count: 2;
126+
-moz-column-gap: 12px;
127+
-webkit-column-gap: 12px;
128+
column-gap: 12px;
130129
}
131130

132131
.gui-list-version {

0 commit comments

Comments
 (0)