This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 12
12
& .content {
13
13
/* & .subtitle {
14
14
}
15
-
16
15
& .title {
17
16
}
18
-
19
17
& .body {
20
18
} */
21
19
Original file line number Diff line number Diff line change 1
1
.lzbMediaText {
2
- @apply tablet :grid tablet :grid-cols-12 tablet :gap-16;
2
+ @apply md :grid md :grid-cols-12 md :gap-16;
3
3
4
4
& .text ,
5
5
& .media {
6
6
@apply col-span-6 p-16 flex flex-col items-start justify-center;
7
7
}
8
8
9
9
& .text {
10
- @apply items-end ;
10
+ @apply items-start ;
11
11
12
12
& .title {
13
- @apply mb-8 text-h2 font-secondary ;
13
+ @apply mb-8;
14
14
}
15
15
16
16
& .body {
17
- @apply mb-24 font-primary text-body text-grey-light ;
17
+ @apply mb-24;
18
18
}
19
19
}
20
20
21
21
& .media {
22
22
& .imageWrap {
23
- @apply relative h-0 w-full rounded-largest bg-black bg-opacity-20;
23
+ @apply relative h-0 w-full rounded bg-opacity-20;
24
24
25
25
padding-top : 67.58% ; /* Aspect ratio box - https://css-tricks.com/aspect-ratio-boxes */
26
26
}
27
27
28
28
& img {
29
- @apply absolute top-0 left-0 w-full h-full object-cover rounded-largest ;
29
+ @apply absolute top-0 left-0 w-full h-full object-cover rounded;
30
30
}
31
31
}
32
32
36
36
}
37
37
38
38
& .text {
39
- @apply items-start ;
39
+ @apply items-end ;
40
40
41
41
& .body {
42
42
@apply text-right;
You can’t perform that action at this time.
0 commit comments