Files: 96a0fbf9d489182265e23a3452bd6ee7e963abbb / app / page / userShow.mcss
575 bytesRaw
1 | Page -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.Follow { |
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