git ssb

2+

mixmix / ticktack



Tree: 30cc7a8935378d1ee6fddd76239383d8da592a47

Files: 30cc7a8935378d1ee6fddd76239383d8da592a47 / app / page / userShow.mcss

559 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 width: 5rem
13 height: 5rem
14 border-radius: 3rem
15 }
16
17 h1 {
18 font-weight: 300
19 font-size: 1rem
20 }
21
22 div.actions {
23 display: flex
24
25 div.friendship {
26 margin-right: 1rem
27 }
28
29 div.directMessage {
30 }
31 }
32 }
33
34 section.blogs {
35 }
36
37 div.threads {}
38 }
39}
40
41

Built with git-ssb-web