Commit | Line | Data |
---|---|---|
1 | @import '../vendor/Ubuntu_googlefont.css'; | |
2 | ||
3 | .tldr { | |
4 | color: green; | |
5 | font-weight: bold; | |
6 | } | |
7 | ||
8 | hr { | |
9 | margin-bottom: 15px; | |
10 | } | |
11 | ||
12 | p.small-spacing { | |
13 | margin-bottom: 5px; | |
14 | } | |
15 | ||
16 | ul, ol { | |
17 | margin-top: 5px; | |
18 | } | |
19 | ||
20 | body { | |
21 | font-family: Ubuntu, Verdana, sans-serif; | |
22 | font-size: 1.1rem; | |
23 | width: 800px; | |
24 | margin: 30px auto; | |
25 | line-height: 1.5rem; | |
26 | } | |
27 | ||
28 | img { | |
29 | display: block; | |
30 | margin: 30px 0; | |
31 | width: 100%; | |
32 | } |