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

Commit 26b7835

Browse files
author
Manuel Proß
committed
refactor(web): replace arbitrary tailwind class, adjust list styles to fit the design
1 parent 06e57d4 commit 26b7835

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

web/src/styles/_text.scss

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

55
.h1 {
@@ -48,6 +48,14 @@ a.link {
4848
}
4949
}
5050

51-
.text- ul.list li {
52-
list-style-type: "> ";
51+
ul.list {
52+
@apply ml-2;
53+
54+
> li {
55+
@apply list-['>'] text-white;
56+
57+
> span {
58+
@apply block text-base ml-2;
59+
}
60+
}
5361
}

0 commit comments

Comments
 (0)