git ssb

1+

Daan Patchwork / patchwork



Tree: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656

Files: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656 / styles / base / blog-card.mcss

674 bytesRaw
1BlogCard {
2 margin: 2rem 0
3 display: flex
4 flex-direction: column
5 div.content {
6 display: flex
7 flex-direction: row
8 flex-grow: 1
9 cursor: pointer
10 div.Thumbnail {
11 margin-right: 1rem
12 }
13 div.text {
14 padding: .5rem
15 h1 {
16 line-height: 1.2
17 }
18 div.summary {
19 margin-top: 1rem
20 }
21 div.read {
22 margin-top: 1rem
23 text-decoration: underline
24 }
25 }
26 }
27}
28Thumbnail {
29 min-width: 20rem
30 width: 20rem
31 min-height: 10rem
32 /* height: 10rem */
33 -empty {
34 color: #fff
35 font-size: 1.8rem
36 opacity: .8
37 display: flex
38 justify-content: center
39 align-items: center
40 }
41}
42

Built with git-ssb-web