Files: 400d6307414c6b622a0408421a7c1881697c893e / app / page / blogIndex.mcss
365 bytesRaw
1 | Page -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