File size: 1,325 Bytes
ac6bfa9
025b08b
ac6bfa9
 
025b08b
ac6bfa9
 
 
b329690
025b08b
716e1fe
025b08b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b329690
5849dd5
 
 
 
 
025b08b
 
 
 
 
5849dd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
025b08b
b329690
 
 
 
025b08b
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body {
    background-color: #fff;
}


.fullScreenFrame > div {
    display: flex;
    justify-content: center;
}
.comma:not(:empty) ~ .comma:not(:empty):before {
  content: ", ";
}
.strong {
    font-weight: bold;
}
.d-block {
    display: block;
}
.extra-info {
    font-weight: normal;
    font-style: italic;
    font-size: small;
}

.contributors {
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}
.contributors a.contributor {
    text-decoration: none;
    color: #9b9dad;
}
.contributors a.contributor:hover {
    text-decoration: underline;
}

.story-box {
    overflow-y: scroll;
    max-height: 300px;
}

.r-text-recipe {
    padding-left: 30px;
    margin-left: 10px;
    border-left: 1px dashed #eee;
}

.divider {
    margin: 5px auto;
    width: 400px;
    max-width: 100%;
    position:relative;
}

.divider-mask {
    overflow: hidden;
    height: 20px;
}

.divider-mask:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 0px;
    border-bottom: 2px solid #e9a726;
    border-radius: 10px;
}

.r-text-recipe .food-title {
    text-align: center;
}
.r-text-recipe .food-title img {
    max-width: 120px;
}
.r-text-recipe .food-title h2 {
}
.ingredients-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}