git ssb

16+

Dominic / patchbay



Tree: 5e399826faea89305f911f9f2fb8a9509f9a0319

Files: 5e399826faea89305f911f9f2fb8a9509f9a0319 / modules_basic / about.mcss

442 bytesRaw
1About {
2 display: flex
3 flex-wrap: wrap
4
5 section {
6 a {
7 -target {
8 color: green
9 }
10 -name {
11
12 }
13 -image {
14
15 }
16 }
17
18 -name {
19 header {
20
21 }
22
23 section {
24
25 }
26 }
27
28 -image {
29 header {
30
31 }
32
33 section {
34
35 }
36 }
37
38 -description {
39 header {
40
41 }
42
43 section {
44 padding-left: 1em;
45 padding-right: 1em;
46 }
47 }
48 }
49}
50

Built with git-ssb-web