File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 5
5
color : rgba (255 , 255 , 255 , 0.87 );
6
6
background-color : # 242424 ;
7
7
8
+ font-size : 1em ;
8
9
font-synthesis : none;
9
10
text-rendering : optimizeLegibility;
10
11
-webkit-font-smoothing : antialiased;
13
14
14
15
body {
15
16
font-family : 'Montserrat' , sans-serif;
16
- font-size : 1em ;
17
17
}
18
18
19
19
@media (prefers-color-scheme : light) {
@@ -24,8 +24,30 @@ body {
24
24
}
25
25
26
26
@media (max-width : 1023px ) {
27
+ : root {
28
+ font-size : 1em ;
29
+ }
30
+
27
31
# root {
28
32
min-width : 400px ;
29
33
width : 400px ;
30
34
}
35
+ }
36
+
37
+ @media (min-width : 1472px ) {
38
+ : root {
39
+ font-size : 1.25em ;
40
+ }
41
+ }
42
+
43
+ @media (min-width : 1920px ) {
44
+ : root {
45
+ font-size : 1.5em ;
46
+ }
47
+ }
48
+
49
+ @media (min-width : 2368px ) {
50
+ : root {
51
+ font-size : 2em ;
52
+ }
31
53
}
You can’t perform that action at this time.
0 commit comments