We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dda2c commit c7490efCopy full SHA for c7490ef
2 files changed
public/style/default.css
@@ -54,7 +54,7 @@ body {
54
align-items: center;
55
text-align: center;
56
57
- width: 100%;
+ width: 90%;
58
max-width: 600px;
59
60
padding: 40px 30px;
@@ -97,8 +97,8 @@ body {
97
}
98
99
.spinner {
100
- height: 120px;
101
- width: 120px;
+ height: clamp(80px, 14vmin, 120px);
+ aspect-ratio: 1 / 1;
102
border: 8px solid;
103
border-color: var(--spinner-color) var(--spinner-color) var(--spinner-color)
104
var(--spinner-color-transparent);
public/style/user.css
@@ -25,8 +25,8 @@
25
border-radius: 360px;
26
aspect-ratio: 1 / 1;
27
28
- height: clamp(40px, 6vmin, 60px);
29
- font-size: clamp(20px, 6vmin / 2, 30px);
+ height: clamp(50px, 6vmin, 60px);
+ font-size: clamp(25px, 6vmin / 2, 30px);
30
31
font-weight: bold;
32
0 commit comments