File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
.typography-h2 {
34
34
font-size : 32px ;
35
35
}
36
- @media (min-width : 1024 px ) {
36
+ @media (min-width : 768 px ) {
37
37
.typography-h2 {
38
38
font-size : 48px ;
39
39
}
42
42
.typography-h3 {
43
43
font-size : 24px ;
44
44
}
45
- @media (min-width : 1024 px ) {
45
+ @media (min-width : 768 px ) {
46
46
.typography-h3 {
47
47
font-size : 32px ;
48
48
}
51
51
.typography-body-lg {
52
52
font-size : 16px ;
53
53
}
54
- @media (min-width : 1024 px ) {
54
+ @media (min-width : 768 px ) {
55
55
.typography-body-lg {
56
56
font-size : 20px ;
57
57
}
60
60
.typography-body-md {
61
61
font-size : 14px ;
62
62
}
63
- @media (min-width : 1024 px ) {
63
+ @media (min-width : 768 px ) {
64
64
.typography-body-md {
65
65
font-size : 16px ;
66
66
}
69
69
.typography-body-sm {
70
70
font-size : 12px ;
71
71
}
72
- @media (min-width : 1024 px ) {
72
+ @media (min-width : 768 px ) {
73
73
.typography-body-sm {
74
74
font-size : 14px ;
75
75
}
78
78
.typography-body-xs {
79
79
font-size : 10px ;
80
80
}
81
- @media (min-width : 1024 px ) {
81
+ @media (min-width : 768 px ) {
82
82
.typography-body-xs {
83
83
font-size : 12px ;
84
84
}
You can’t perform that action at this time.
0 commit comments