git ssb

2+

mixmix / ticktack



Tree: e2fb4d766af3a45d510a0558e410b04dd3366e13

Files: e2fb4d766af3a45d510a0558e410b04dd3366e13 / app / page / blogIndex.mcss

324 bytesRaw
1Page -blogIndex {
2 div.content.Scroller {
3 padding: 0
4
5 section.top {
6 position: sticky
7 }
8
9 section.content {
10 div.BlogCard {
11 flex-basis: 100%
12 border-bottom: 1px solid rgba(0,0,0, .1)
13 }
14 }
15
16 section.bottom {
17 div.Button {
18 margin: 1rem 0
19 }
20 }
21 }
22}
23
24

Built with git-ssb-web