This repository was archived by the owner on Jun 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-36
lines changed Expand file tree Collapse file tree 1 file changed +8
-36
lines changed Original file line number Diff line number Diff line change 1
1
.heading {
2
- @apply font- [ 400 ] text-secondary ;
2
+ @apply font-semibold text-primary ;
3
3
4
4
& ::before {
5
5
content : " >_ " ;
6
6
}
7
-
8
- @screen sm {
9
- @apply mb- 5;
10
- }
11
-
12
- @screen md {
13
- @apply mb- 6;
14
- }
15
-
16
- @screen lg {
17
- @apply mb- 7;
18
- }
19
-
20
- @screen xl {
21
- @apply mb- 8;
22
- }
23
7
}
24
8
25
9
.h1 {
26
10
@extend .heading ;
27
- font-size : clamp ( 3 rem , 5 vw , 5 rem ) ;
11
+ @ apply text-xl ;
28
12
}
29
13
30
14
.h2 {
31
15
@extend .heading ;
32
- font-size : clamp ( 2 rem , 4 vw , 4 rem ) ;
16
+ @ apply font-fira text-lg ;
33
17
}
34
18
35
- .h3 {
36
- @extend .heading ;
37
- font-size : clamp (1.75rem , 3.5vw , 3rem );
38
- }
39
-
40
- .h4 {
41
- @extend .heading ;
42
- font-size : clamp (1.5rem , 3vw , 2.5rem );
19
+ .paragraph {
20
+ @apply font-normal text-base text-white font-normal ;
43
21
}
44
22
45
- .h5 {
46
- @extend .heading ;
47
- font-size : clamp (1.5rem , 2.5vw , 1.75rem );
48
- }
49
-
50
- .h6 {
51
- @extend .heading ;
52
- font-size : clamp (1.5rem , 2vw , 1.25rem );
23
+ .link {
24
+ @apply font-normal text-base text-white font-normal ;
53
25
}
54
26
55
- ul .list li {
27
+ .text- ul .list li {
56
28
list-style-type : " > " ;
57
29
}
You can’t perform that action at this time.
0 commit comments