File tree Expand file tree Collapse file tree 4 files changed +236
-186
lines changed Expand file tree Collapse file tree 4 files changed +236
-186
lines changed Original file line number Diff line number Diff line change 63
63
display : inline-block;
64
64
width : 100% ;
65
65
border-top : 4px dotted # d7d2cb ;
66
- margin-top : 84px ;
67
66
clear : both;
67
+ font-weight : normal;
68
68
}
69
69
70
70
.category : first-child () {
73
73
}
74
74
75
75
.module {
76
- float : left;
77
- width : 100% ;
76
+ display : block;
78
77
padding : 0 ;
79
78
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;
90
84
}
91
85
92
86
.module-headline {
126
120
list-style : none;
127
121
padding : 0 ;
128
122
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 ;
130
129
}
131
130
132
131
.gui-list-version {
You can’t perform that action at this time.
0 commit comments