git ssb

2+

mixmix / ticktack



Tree: 8bc84ea53b6b557f2173afd3670d0154c1ca27aa

Files: 8bc84ea53b6b557f2173afd3670d0154c1ca27aa / app / page / blogIndex.mcss

365 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 $borderBottomLight
13
14 :last-child {
15 border-bottom: none
16 }
17 }
18 }
19
20 section.bottom {
21 div.Button {
22 margin: 1rem 0
23 }
24 }
25 }
26}
27
28

Built with git-ssb-web