File tree 1 file changed +17
-14
lines changed
1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 99body {
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 {
1819}
1920
2021h1 {
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 : 4 px ;
28- height : 24 px ;
29- margin-bottom : 16 px ;
29+ border-radius : 8 px ;
30+ height : 32 px ;
31+ margin-bottom : 24 px ;
3032 overflow : hidden;
3133}
3234
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 ( 150 px , 1fr )) ;
51+ grid-template-columns : 1fr ;
4952 gap : 16px ;
5053}
5154
5255.stat-card {
5356 background-color : # f8fafc ;
54- border-radius : 8 px ;
55- padding : 16 px ;
57+ border-radius : 12 px ;
58+ padding : 20 px ;
5659}
5760
5861.stat-label {
5962 color : # 64748b ;
60- font-size : 14 px ;
61- margin-bottom : 4 px ;
63+ font-size : 16 px ;
64+ margin-bottom : 8 px ;
6265}
6366
6467.stat-value {
65- font-size : 18 px ;
68+ font-size : 24 px ;
6669 font-weight : 600 ;
6770}
6871</ style >
You can’t perform that action at this time.
0 commit comments