Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 528a413

Browse files
author
Manuel Proß
committed
fix(web): remove double tailwind class, add static margin to headings
1 parent a6257d5 commit 528a413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/styles/_text.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.heading {
2-
@apply font-semibold text-primary;
2+
@apply font-semibold text-primary mb-[32px];
33

44
&::before {
55
content: ">_ ";
@@ -17,11 +17,11 @@
1717
}
1818

1919
.paragraph {
20-
@apply font-normal text-base text-white font-normal;
20+
@apply font-normal text-base text-white;
2121
}
2222

2323
.link {
24-
@apply font-normal text-base text-white font-normal;
24+
@apply font-normal text-base text-white;
2525
}
2626

2727
.text- ul.list li {

0 commit comments

Comments
 (0)