Files: 86ea5da17a73751facaa9e0d8540e9877b49f402 / modules_basic / about.mcss
499 bytesRaw
1 | About { |
2 | display: flex |
3 | flex-wrap: wrap |
4 | |
5 | section { |
6 | header { |
7 | a { |
8 | -target { |
9 | |
10 | } |
11 | -name { |
12 | |
13 | } |
14 | -image { |
15 | |
16 | } |
17 | } |
18 | } |
19 | |
20 | -name { |
21 | display: flex |
22 | |
23 | header { |
24 | |
25 | } |
26 | |
27 | section { |
28 | margin-left: .25rem |
29 | } |
30 | } |
31 | |
32 | -image { |
33 | header { |
34 | |
35 | } |
36 | |
37 | section { |
38 | |
39 | } |
40 | } |
41 | |
42 | -description { |
43 | header { |
44 | |
45 | } |
46 | |
47 | section { |
48 | padding-left: 1em; |
49 | padding-right: 1em; |
50 | } |
51 | } |
52 | } |
53 | } |
54 |
Built with git-ssb-web