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 +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
- .h1 {
2
- font-size : clamp (3rem , 5vw , 5rem );
3
- @apply font- [400 ] text-secondary ml- 2;
1
+ .heading {
2
+ @apply font- [400 ] text-secondary ;
4
3
5
4
& ::before {
6
5
content : ' >_ ' ;
7
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
+ }
24
+
25
+ .h1 {
26
+ @extend .heading ;
27
+ font-size : clamp (3rem , 5vw , 5rem );
8
28
}
9
29
10
30
.h2 {
31
+ @extend .heading ;
11
32
font-size : clamp (2rem , 4vw , 4rem );
12
- @apply font- [400 ] text-secondary ml- 2;
13
-
14
- & ::before {
15
- content : ' >_ ' ;
16
- }
17
33
}
18
34
19
35
.h3 {
36
+ @extend .heading ;
20
37
font-size : clamp (1.75rem , 3.5vw , 3rem );
21
- @apply font- [400 ] text-secondary ml- 2;
22
-
23
- & ::before {
24
- content : ' >_ ' ;
25
- }
26
38
}
27
39
28
40
.h4 {
41
+ @extend .heading ;
29
42
font-size : clamp (1.5rem , 3vw , 2.5rem );
30
- @apply font- [400 ] text-secondary ml- 2;
31
-
32
- & ::before {
33
- content : ' >_ ' ;
34
- }
35
43
}
36
44
37
45
.h5 {
46
+ @extend .heading ;
38
47
font-size : clamp (1.5rem , 2.5vw , 1.75rem );
39
- @apply font- [400 ] text-secondary ml- 2;
40
-
41
- & ::before {
42
- content : ' >_ ' ;
43
- }
44
48
}
45
49
46
50
.h6 {
51
+ @extend .heading ;
47
52
font-size : clamp (1.5rem , 2vw , 1.25rem );
48
- @apply font- [400 ] text-secondary ml- 2;
49
-
50
- & ::before {
51
- content : ' >_ ' ;
52
- }
53
53
}
54
54
55
55
ul .list li {
You can’t perform that action at this time.
0 commit comments