Files: c9fd42d136f55e4d29ca6bfdf81741267177696d / app / page / channelSubscriptions.mcss
271 bytesRaw
1 | Page -channelSubscriptions { |
2 | div.content { |
3 | background-color: #fff |
4 | $maxWidth |
5 | margin: 0 auto |
6 | padding: .5rem 2rem |
7 | |
8 | display: flex |
9 | flex-wrap: wrap |
10 | |
11 | div.BlogCard { |
12 | flex-basis: 100% |
13 | border-bottom: 1px solid rgba(0,0,0, .1) |
14 | } |
15 | } |
16 | } |
17 | |
18 |
Built with git-ssb-web