Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 62e6fb5

Browse files
committed
Revert css
1 parent 2f3981d commit 62e6fb5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

components/organisms/Hero/Hero.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
& .content {
1313
/* & .subtitle {
1414
}
15-
1615
& .title {
1716
}
18-
1917
& .body {
2018
} */
2119

components/organisms/LzbMediaText/LzbMediaText.module.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
.lzbMediaText {
2-
@apply tablet:grid tablet:grid-cols-12 tablet:gap-16;
2+
@apply md:grid md:grid-cols-12 md:gap-16;
33

44
& .text,
55
& .media {
66
@apply col-span-6 p-16 flex flex-col items-start justify-center;
77
}
88

99
& .text {
10-
@apply items-end;
10+
@apply items-start;
1111

1212
& .title {
13-
@apply mb-8 text-h2 font-secondary;
13+
@apply mb-8;
1414
}
1515

1616
& .body {
17-
@apply mb-24 font-primary text-body text-grey-light;
17+
@apply mb-24;
1818
}
1919
}
2020

2121
& .media {
2222
& .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;
2424

2525
padding-top: 67.58%; /* Aspect ratio box - https://css-tricks.com/aspect-ratio-boxes */
2626
}
2727

2828
& 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;
3030
}
3131
}
3232

@@ -36,7 +36,7 @@
3636
}
3737

3838
& .text {
39-
@apply items-start;
39+
@apply items-end;
4040

4141
& .body {
4242
@apply text-right;

0 commit comments

Comments
 (0)