271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
|
font-weight: 400;
color: #ccc
}
p {
display: flow-root
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box
}
.column,
.columns {
width: 100%;
/*float: left; can break README.md in /dir view*/
box-sizing: border-box
}
|
<
|
<
<
|
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
|
font-weight: 400;
color: #ccc
}
p {
display: flow-root
}
.container {
max-width: unset
}
.column,
.columns {
width: 100%;
/*float: left; can break README.md in /dir view*/
box-sizing: border-box
}
|