We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce1541 commit 57847e3Copy full SHA for 57847e3
1 file changed
style.css
@@ -8,9 +8,10 @@ body {
8
}
9
10
header {
11
- background: #000000;
12
- color: #0000000;
+ background: #004080; /* Adjust if needed */
+ color: #fff;
13
padding: 1rem 0;
14
+ text-align: center;
15
16
17
.banner-container {
@@ -20,9 +21,11 @@ header {
20
21
22
23
.banner {
- max-height: 300px;
24
+ max-height: 300px; /* Set the desired header height */
25
width: auto;
26
height: auto;
27
+ max-width: 100%;
28
+ display: block;
29
30
31
0 commit comments