git ssb

2+

mixmix / ticktack



Tree: 9de2656efd585098ef7eb72d618684bd03e34c37

Files: 9de2656efd585098ef7eb72d618684bd03e34c37 / app / page / blogIndex.mcss

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

Built with git-ssb-web