File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3
3
font-size : calc (var (--phi ) * 1em );
4
4
}
5
5
6
+ .result-nav {
7
+ font-size : calc (1em / var (--phi ) / var (--phi ));
8
+ padding : 3em ;
9
+ border-radius : 1.5em ;
10
+ }
11
+ .result-nav > a > i {
12
+ margin-right : 3em ;
13
+ }
14
+
6
15
.result-container {
7
16
display : block;
8
17
}
Original file line number Diff line number Diff line change 6
6
background-color : var (--honey-yellow );
7
7
padding : 1em ;
8
8
margin-bottom : 0.5em ;
9
- border-radius : .5em ;
9
+ border-radius : 0 .5em ;
10
10
}
11
11
.result-nav > a > i {
12
- margin-right : .5em ;
12
+ margin-right : 0 .5em ;
13
13
}
14
14
15
15
.result-container {
20
20
width : 100% ;
21
21
aspect-ratio : 1 / 1 ;
22
22
object-fit : cover;
23
- border-radius : .5em ;
23
+ border-radius : 0 .5em ;
24
24
}
25
25
.result-details {
26
26
margin : 2em ;
60
60
margin : 1em ;
61
61
}
62
62
.result-ingredients > ul > li > span {
63
- margin-left : .618em ;
63
+ margin-left : 0 .618em ;
64
64
cursor : default;
65
- }
65
+ }
You can’t perform that action at this time.
0 commit comments