We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af98d0b commit 490c0cfCopy full SHA for 490c0cf
32-order/scss/_base.scss
@@ -54,6 +54,7 @@ a {
54
55
&__title {
56
margin-bottom: 0.5rem;
57
+ margin-top: 0.5rem;
58
font-size: 1.5rem;
59
font-weight: 400;
60
line-height: 1.3;
32-order/scss/_flex.scss
@@ -5,7 +5,25 @@
5
6
.card {
7
width: 20rem;
8
+ display: flex;
9
+ flex-direction: column;
10
+ gap: 0.5rem;
11
+
12
+ &__img {
13
+ order: -2;
14
+ }
15
16
+ &__category {
17
+ order: -1;
18
+ align-self: flex-end;
19
20
}
21
22
+ .card:nth-child(1) {
23
+ order: 1;
24
25
26
+ .card:nth-child(3) {
27
+ order: 3;
28
29
0 commit comments