Skip to content

Commit c90501a

Browse files
authored
Update progress.html
Prompt: > Make it larger on my phone
1 parent 1cba17e commit c90501a

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

progress.html

+17-14
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
body {
1010
font-family: Helvetica, Arial, sans-serif;
1111
margin: 0;
12-
padding: 20px;
12+
padding: 24px 16px;
13+
-webkit-text-size-adjust: 100%;
1314
}
1415

1516
.container {
@@ -18,15 +19,16 @@
1819
}
1920

2021
h1 {
21-
font-size: 24px;
22-
margin-bottom: 20px;
22+
font-size: 28px;
23+
margin-bottom: 24px;
24+
line-height: 1.2;
2325
}
2426

2527
.progress-container {
2628
background-color: #f0f0f0;
27-
border-radius: 4px;
28-
height: 24px;
29-
margin-bottom: 16px;
29+
border-radius: 8px;
30+
height: 32px;
31+
margin-bottom: 24px;
3032
overflow: hidden;
3133
}
3234

@@ -39,30 +41,31 @@
3941

4042
.details {
4143
color: #4b5563;
42-
font-size: 14px;
43-
margin-bottom: 24px;
44+
font-size: 16px;
45+
margin-bottom: 32px;
46+
line-height: 1.4;
4447
}
4548

4649
.stats {
4750
display: grid;
48-
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
51+
grid-template-columns: 1fr;
4952
gap: 16px;
5053
}
5154

5255
.stat-card {
5356
background-color: #f8fafc;
54-
border-radius: 8px;
55-
padding: 16px;
57+
border-radius: 12px;
58+
padding: 20px;
5659
}
5760

5861
.stat-label {
5962
color: #64748b;
60-
font-size: 14px;
61-
margin-bottom: 4px;
63+
font-size: 16px;
64+
margin-bottom: 8px;
6265
}
6366

6467
.stat-value {
65-
font-size: 18px;
68+
font-size: 24px;
6669
font-weight: 600;
6770
}
6871
</style>

0 commit comments

Comments
 (0)