Skip to content

Commit

Permalink
reformatted banner w/ centering
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmanus1 committed Jan 4, 2024
1 parent 33a2079 commit 45e7f6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ img {
background-color: #000E1F; /* Dark navy blue background */
color: #fff; /* White text */
font-size: 2em;
width: 100%; /* Make the banner go across the whole page */
position: relative; /* Center the banner */
left: 50%;
transform: translateX(-50%);
}

.team.grid::before {
Expand Down

0 comments on commit 45e7f6e

Please sign in to comment.