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

Commit d6bc518

Browse files
committed
CSS CLASS CHANGES
1 parent 0733190 commit d6bc518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/atoms/TwitterEmbed/TwitterEmbed.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
@apply block;
33

44
& .caption {
5-
@apply text-center font-secondary text-xs pt-12;
5+
@apply text-center text-xs pt-12;
66
}
77
}

components/atoms/VideoEmbed/VideoEmbed.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
}
1313

1414
& .caption {
15-
@apply text-center font-secondary text-xs pt-12;
15+
@apply text-center text-xs pt-12;
1616
}
1717
}

0 commit comments

Comments
 (0)