Skip to content

Commit 57847e3

Browse files
committed
Update3
1 parent bce1541 commit 57847e3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ body {
88
}
99

1010
header {
11-
background: #000000;
12-
color: #0000000;
11+
background: #004080; /* Adjust if needed */
12+
color: #fff;
1313
padding: 1rem 0;
14+
text-align: center;
1415
}
1516

1617
.banner-container {
@@ -20,9 +21,11 @@ header {
2021
}
2122

2223
.banner {
23-
max-height: 300px;
24+
max-height: 300px; /* Set the desired header height */
2425
width: auto;
2526
height: auto;
27+
max-width: 100%;
28+
display: block;
2629
}
2730

2831

0 commit comments

Comments
 (0)