Skip to content

Commit

Permalink
sam margin as title
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmanus1 committed Jan 4, 2024
1 parent 45e7f6e commit 5603244
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,15 @@ img {
padding: 20px 0;
background-color: #000E1F; /* Dark navy blue background */
color: #fff; /* White text */
font-size: 2em;
font-family: "Raleway", sans-serif; /* Same font as .title */
font-weight: 500; /* Same font weight as .title */
font-size: 3em; /* Same font size as .title */
line-height: 1.5em; /* Same line height as .title */
width: 100%; /* Make the banner go across the whole page */
position: relative; /* Center the banner */
left: 50%;
transform: translateX(-50%);
margin-bottom: 5vh; /* Same margin as .title */
}

.team.grid::before {
Expand Down

0 comments on commit 5603244

Please sign in to comment.