Files: c9fd42d136f55e4d29ca6bfdf81741267177696d / app / page / blogIndex.mcss
324 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 | 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