git ssb

2+

mixmix / ticktack



Tree: 5e079c1ed4ae498b22ca2dad8c325053457a193c

Files: 5e079c1ed4ae498b22ca2dad8c325053457a193c / app / page / blogIndex.mcss

568 bytesRaw
1Page -blogIndex {
2 div.content { padding: 0 }
3
4 div.Scroller.content {
5
6 section.top {
7 position: sticky
8 left: 0
9 right: 0
10 top: 0
11 z-index: 99
12
13 background-color: #fff
14 }
15
16 section.content {
17 background-color: #fff
18 $maxWidth
19 margin: .8rem auto
20 padding: .5rem 2rem
21
22 display: flex
23 flex-wrap: wrap
24
25 div.BlogCard {
26 flex-basis: 100%
27 border-bottom: 1px solid rgba(0,0,0, .1)
28 }
29 }
30
31 section.bottom {
32 div.Button {
33 margin: 1rem 0
34 }
35 }
36 }
37}
38
39

Built with git-ssb-web