git ssb

2+

mixmix / ticktack



Tree: b10ce2e3fb81fd4e7ded0080858d4a7ff1d508f9

Files: b10ce2e3fb81fd4e7ded0080858d4a7ff1d508f9 / app / page / userShow.mcss

579 bytesRaw
1Page -userShow {
2 div.content {
3 section.about {
4 margin-top: 4rem
5 margin-bottom: 4rem
6
7 display: flex
8 flex-direction: column
9 align-items: center
10
11 img.Avatar {
12 }
13
14 h1 {
15 font-weight: 300
16 font-size: 1rem
17
18 display: flex
19 div.Link {
20 margin-left: .5rem
21 }
22 }
23
24 div.actions {
25 display: flex
26
27 div.friendship {
28 margin-right: 1rem
29 }
30
31 div.directMessage {
32 }
33 }
34 }
35
36 section.blogs {
37 }
38
39 div.threads {}
40 }
41}
42
43

Built with git-ssb-web