Skip to content

Commit

Permalink
Update the Css along with
Browse files Browse the repository at this point in the history
template and 404 pages
  • Loading branch information
DinnerBone422 committed Sep 6, 2024
1 parent a831687 commit c76900f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>
Driven by innovation, powered by teamwork—racing toward a sustainable future.
</h2>
</div>
<div>
<div class="headerImage">
</div>
</header>

Expand Down
5 changes: 5 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ header h1{
margin: 0rem;
}

.headerImage{
flex-basis: 60%;
background-color: red;
}

/*Set the styles for the header section specifically on smaller screens*/
@media (max-width: 500px) {
header h1{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>
Driven by innovation, powered by teamwork—racing toward a sustainable future.
</h2>
</div>
<div>
<div class="headerImage">
</div>
</header>

Expand Down

0 comments on commit c76900f

Please sign in to comment.