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
@ -5,6 +5,16 @@ header {
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 10%;
|
||||
height: 10%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* not sure what these two are for */
|
||||
#title {
|
||||
background-color: blueviolet;
|
||||
}
|
||||
.banner {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -12,13 +22,3 @@ header {
|
||||
justify-content: flex-start;
|
||||
background-color: aqua;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 10%;
|
||||
height: 10%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#title {
|
||||
background-color: blueviolet;
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user