UNPKG

893 Btext/stylusView Raw
1body
2 padding-top 30px
3 padding-bottom 30px
4 font-family 'Helvetica Neue', Roboto, sans-serif
5 font-size 16px
6 font-weight 300
7 line-height 22px
8 color #182530
9
10h1
11 margin-top 120px
12 margin-bottom 30px
13 font-size 48px
14 font-weight 100
15 text-align center
16
17h2
18h3
19h4
20 padding-top 40px
21 color #563d7c
22 font-weight 600
23
24h2
25 margin-top 120px
26 margin-bottom 30px
27 text-align center
28
29h3
30 margin-top 40px
31 margin-bottom 10px
32
33h4
34 margin-top 0px
35 margin-bottom 10px
36
37pre
38 margin-top 10px
39 padding 10px
40 border none
41 border-radius 0px
42 font-size 12px
43 line-height 16px
44
45img
46 margin 10px
47 &:first-child
48 margin-left 0px
49
50 &[src$='screenshot.png']
51 display block
52 margin 30px auto 0px auto
53 width 100%
54 max-width 900px
55 border 1px solid #B9B9B9
56 border-radius 6px