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

Commit bc67048

Browse files
committed
Reduce margins and padding
1 parent 95b1a1d commit bc67048

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/molecules/ButtonGroup/ButtonGroup.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.buttonGroup {
2-
@apply mb-40;
2+
@apply mb-12;
33

44
&.horizontal {
55
@apply flex;

components/organisms/LzbMediaText/LzbMediaText.module.css

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

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

99
& .text {

components/organisms/MediaText/MediaText.module.css

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

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

99
& .text {

0 commit comments

Comments
 (0)