Files: 13691e1ee2bb8b8cec137e18d9f495648fba6793 / tmpl / css / columns.part.js
378 bytesRaw
1 | module.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