fixed cs from merge

This commit is contained in:
darkicewolf50 2024-03-13 13:59:43 -06:00
parent ff82e63210
commit 81eadbda2f
2 changed files with 21 additions and 21 deletions

View File

@ -1,24 +1,24 @@
header {
display: flex;
flex-direction: column;
margin: 1%;
margin-top: 0%;
display: flex;
flex-direction: column;
margin: 1%;
margin-top: 0%;
}
.banner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
background-color: aqua;
}
.logo {
width: 10%;
height: 10%;
background-color: white;
#logo {
width: 10%;
height: 10%;
background-color: white;
}
/* not sure what these two are for */
#title {
background-color: blueviolet;
}
background-color: blueviolet;
}
.banner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
background-color: aqua;
}

View File

@ -38,12 +38,12 @@ const Header = () => {
<header>
<div>
<img
style={{ background: "gray" }}
id="logo"
onClick={() => LinkTo("/")}
src={logo}
alt="logo"
alt="Schulich Off-Road's logo"
/>
<p>Schulich Offroad</p>
<h2>Schulich Offroad</h2>
</div>
<nav>
<OpenPage