Files: b943b01f452dcc8c932c81886d0346f7a38269e4 / tmpl / css / hero.part.js
395 bytesRaw
1 | module.exports = () => ` |
2 | .hero { |
3 | width: 650px; |
4 | margin: 0 auto; |
5 | text-align: center; |
6 | } |
7 | .hero.small img { |
8 | display: inline-block; |
9 | width: 60px; |
10 | height: 60px; |
11 | vertical-align: middle; |
12 | } |
13 | .hero .description { |
14 | text-align: justify; |
15 | font-weight: 300; |
16 | font-size: 1.4em; |
17 | margin: 2em 0; |
18 | padding: 1em 0; |
19 | border-top: 1px dashed #ccc; |
20 | border-bottom: 1px dashed #ccc; |
21 | color: #555; |
22 | } |
23 | ` |
Built with git-ssb-web