blob: ea59eecf55325c1f17997c2073349096a6b241c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
.large-top-image {
background: #f7f7f7;
img {
max-width: 100%;
margin: 4rem 0;
}
}
.lttr {
@include constrain_narrow;
margin-top: 6rem;
header {
padding-bottom: 3rem;
border-bottom: 1px #f0edeb solid
}
}
.lttr-box {
//background: #faf7f5;
text-align: center;
padding: .5rem;
display: inline-block;
//border: 1px #e0dedc solid;
}
.lttr-cover {
margin-right: 1.2rem;
}
#recommended-reading {
.book-title {
@include fontsize(28);
font-weight: 400;
margin-bottom: 0;
}
h6 {
margin-top: 0;
@include fontsize(18);
font-weight: 400;
}
}
#page-navigation img {
width: 300px;
height: 160px;
object-fit: cover;
}
#page-navigation h4 {
text-align: center;
@include fontsize(22);
@include fancy_sans;
color: #333;
}
#page-navigation .nav-title {
@include fontsize(22);
line-height: 1.5;
}
#page-navigation .photo-arrow-next {
text-align: left;
}
.page-nav-photo li {
display: inline-block;
margin: 0 0 0 3rem !important;
&:first-of-type {
margin-left: 0 !important;
}
}
|