mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 13:24:17 -06:00
fixed cs from merge
This commit is contained in:
parent
ff82e63210
commit
81eadbda2f
@ -1,24 +1,24 @@
|
|||||||
header {
|
header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
margin-top: 0%;
|
margin-top: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
#logo {
|
||||||
display: flex;
|
width: 10%;
|
||||||
flex-direction: row;
|
height: 10%;
|
||||||
align-items: center;
|
background-color: white;
|
||||||
justify-content: flex-start;
|
|
||||||
background-color: aqua;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
width: 10%;
|
|
||||||
height: 10%;
|
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* not sure what these two are for */
|
||||||
#title {
|
#title {
|
||||||
background-color: blueviolet;
|
background-color: blueviolet;
|
||||||
}
|
}
|
||||||
|
.banner {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
|
background-color: aqua;
|
||||||
|
}
|
||||||
|
@ -38,12 +38,12 @@ const Header = () => {
|
|||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<img
|
<img
|
||||||
style={{ background: "gray" }}
|
id="logo"
|
||||||
onClick={() => LinkTo("/")}
|
onClick={() => LinkTo("/")}
|
||||||
src={logo}
|
src={logo}
|
||||||
alt="logo"
|
alt="Schulich Off-Road's logo"
|
||||||
/>
|
/>
|
||||||
<p>Schulich Offroad</p>
|
<h2>Schulich Offroad</h2>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<OpenPage
|
<OpenPage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user