git ssb

2+

cel / scuttlebot.io



Tree: 6a055e1be48956691b060c261266f3d9e41250d9

Files: 6a055e1be48956691b060c261266f3d9e41250d9 / tmpl / css / columns.part.js

378 bytesRaw
1module.exports = () => `
2.columns {
3 display: flex;
4 width: 800px;
5 margin: 0px auto 100px;
6}
7.columns > div {
8 flex: 1;
9 text-align: justify;
10 font-weight: 300;
11 border-right: 1px dashed #ccc;
12 margin-right: 1em;
13 padding-right: 1em;
14}
15.columns > div:last-child {
16 margin: 0;
17 padding: 0;
18 border: 0;
19}
20.columns h3 {
21 text-align: center;
22 font-weight: normal;
23}
24`

Built with git-ssb-web