git ssb

3+

arj / patchbook



Tree: 840a2fd3498a948c8d45947232f93f06f74d091e

Files: 840a2fd3498a948c8d45947232f93f06f74d091e / book / html / layout / detail.mcss

613 bytesRaw
1Message -book-detail {
2 display: block
3
4 section.title, section.authors {
5 input {
6 border: 1px solid gainsboro
7 }
8 }
9
10 section.subjective {
11 column-count: 2
12
13 section {
14 div {
15 textarea, input {
16 border: 1px solid gainsboro
17 }
18 }
19 }
20 }
21
22 section.title {
23 font-size: 2rem
24
25 input {
26 font-size: 2rem
27 }
28 }
29
30 section.authors {
31 font-style: italic
32 }
33
34 section.content {
35 column-count: 2
36
37 section.images img {
38 max-width: 300px
39 max-height: 300px
40 }
41
42 section.description {
43 min-height: 3rem
44 }
45 }
46}
47

Built with git-ssb-web