File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ body {
40
40
/* Header Styles */
41
41
header {
42
42
text-align : center;
43
- margin-bottom : 40 px ;
43
+ margin-bottom : 20 px ;
44
44
color : white;
45
45
}
46
46
47
47
header h1 {
48
48
font-size : clamp (2rem , 5vw , 3.5rem );
49
49
font-weight : 700 ;
50
- margin-bottom : 10 px ;
50
+ margin-bottom : 4 px ;
51
51
text-shadow : 2px 2px 4px rgba (0 , 0 , 0 , 0.3 );
52
52
}
53
53
@@ -62,8 +62,8 @@ header h1 {
62
62
background : white;
63
63
border-radius : var (--border-radius );
64
64
box-shadow : 0 10px 30px var (--shadow-color );
65
- padding : 30 px 20 px ;
66
- margin-bottom : 30 px ;
65
+ padding : 5 px 5 px ;
66
+ margin-bottom : 20 px ;
67
67
}
68
68
69
69
.counter-container {
@@ -183,8 +183,8 @@ header h1 {
183
183
background : white;
184
184
border-radius : var (--border-radius );
185
185
box-shadow : 0 10px 30px var (--shadow-color );
186
- padding : 30 px 20px ;
187
- margin-bottom : 30 px ;
186
+ padding : 20px 5 px ;
187
+ margin-bottom : 20 px ;
188
188
}
189
189
190
190
.control-group {
You can’t perform that action at this time.
0 commit comments