git ssb

2+

mixmix / ticktack



Tree: 88a4effe3da2a03ed03ae73fba9b3cd1413a1a9b

Files: 88a4effe3da2a03ed03ae73fba9b3cd1413a1a9b / 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