Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GI-Health authored Dec 2, 2024
1 parent fee4175 commit eaf7af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ header {
position: relative; /* Establish a positioning context for the logo */
background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
color: #fff;
padding: 20px 0; /* Adjust to ensure enough space for content */
padding: 10px 0; /* Adjust to ensure enough space for content */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center; /* Centers all content (except the logo) */
}
Expand Down Expand Up @@ -118,7 +118,7 @@ header .container > * {
/* Banner */
.banner {
background: #CCE7FF;
padding: 60px 0;
padding: 30px 0;
text-align: center;
}

Expand Down

0 comments on commit eaf7af8

Please sign in to comment.