git ssb

2+

mixmix / ticktack



Tree: f279e0482bb337ac884bc177d679b808a5821f23

Files: f279e0482bb337ac884bc177d679b808a5821f23 / app / page / userShow.mcss

1121 bytesRaw
1Page -userShow {
2 div.content { padding: 0 }
3
4 div.Scroller.content {
5 section.top {
6 section.about {
7 margin-top: 4rem
8 margin-bottom: 4rem
9
10 display: flex
11 flex-direction: column
12 align-items: center
13
14 img.Avatar {
15 }
16 div.introduction {
17 $maxWidthSmaller
18 }
19
20 h1 {
21 font-weight: 300
22 font-size: 1rem
23
24 display: flex
25 div.Link {
26 margin-left: .5rem
27 }
28 }
29
30 div.actions {
31 display: flex
32
33 div.Follow {
34 margin-right: 1rem
35 }
36
37 div.directMessage {
38 }
39 }
40 }
41 }
42
43 section.content {
44 background-color: #fff
45 $maxWidth
46 margin: .8rem auto
47 padding: .5rem 2rem
48
49 display: flex
50 flex-wrap: wrap
51
52 div.BlogCard {
53 flex-basis: 100%
54 border-bottom: 1px solid rgba(0,0,0, .1)
55 /* margin-bottom: .5rem */
56
57 div.context {
58 div.Link { display: none }
59 div.name { display: none }
60 }
61 }
62 }
63 }
64}
65
66

Built with git-ssb-web