File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 position : relative;
66}
7-
8- .App-container ,
9- .App-reset-button {
10- font-size : calc (max (16px , 3vmin ));
11- line-height : 120% ;
12- }
13-
14- .App-reset-button {
15- border-radius : 1vmin ;
16- padding : 1vmin 2vmin ;
17- }
Original file line number Diff line number Diff line change 1919 top : calc (50% - 8vmin );
2020
2121 border-radius : 50% ;
22+ padding : 0 ;
2223}
2324
2425@media (prefers-reduced-motion : no-preference) {
Original file line number Diff line number Diff line change @@ -26,13 +26,23 @@ code {
2626
2727h1 {
2828 font-weight : normal;
29- font-size : calc (max (16px , 5 vmin ));
29+ font-size : calc (max (16px , 4 vmin ));
3030 line-height : 125% ;
3131}
3232
33+ body ,
34+ button {
35+ font-size : calc (max (16px , 3vmin ));
36+ line-height : 120% ;
37+ }
38+
3339button {
3440 background : color-mix (in oklch, cornflowerblue 15% , transparent);
3541 border : calc (max (1px , 0.3vmin )) solid black;
42+ border-radius : 1vmin ;
43+
44+ padding : 1vmin 2vmin ;
45+
3646 overflow : hidden;
3747}
3848
You can’t perform that action at this time.
0 commit comments