Skip to content

Commit bb8cbfb

Browse files
authored
Update styles.css
1 parent e1f6a8f commit bb8cbfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ body {
4040
/* Header Styles */
4141
header {
4242
text-align: center;
43-
margin-bottom: 40px;
43+
margin-bottom: 20px;
4444
color: white;
4545
}
4646

4747
header h1 {
4848
font-size: clamp(2rem, 5vw, 3.5rem);
4949
font-weight: 700;
50-
margin-bottom: 10px;
50+
margin-bottom: 4px;
5151
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
5252
}
5353

@@ -62,8 +62,8 @@ header h1 {
6262
background: white;
6363
border-radius: var(--border-radius);
6464
box-shadow: 0 10px 30px var(--shadow-color);
65-
padding: 30px 20px;
66-
margin-bottom: 30px;
65+
padding: 5px 5px;
66+
margin-bottom: 20px;
6767
}
6868

6969
.counter-container {
@@ -183,8 +183,8 @@ header h1 {
183183
background: white;
184184
border-radius: var(--border-radius);
185185
box-shadow: 0 10px 30px var(--shadow-color);
186-
padding: 30px 20px;
187-
margin-bottom: 30px;
186+
padding: 20px 5px;
187+
margin-bottom: 20px;
188188
}
189189

190190
.control-group {

0 commit comments

Comments
 (0)