Skip to content
Snippets Groups Projects
Commit 642093f1 authored by Xingan Zhao's avatar Xingan Zhao
Browse files

fix:collaboration

parent 34b639ae
No related branches found
No related tags found
No related merge requests found
Pipeline #482783 passed
......@@ -806,8 +806,9 @@ footer a:hover {
}
.header-img {
height: 30%;
width: auto;
height: auto;
min-width: 40%;
max-width: 60%;
position: relative;
z-index: 2;
}
......
......@@ -53,15 +53,20 @@ export function collaboration() {
return (
<>
<div className="custom-header-collaboration">
{/* <h1 className="centered-title">COLLABORATION</h1> */}
<img
<div className="custom-header-inclusivity">
<h1 className="centered-title">
<img
src="https://static.igem.wiki/teams/5378/header/collaboration.png"
alt="safety header"
className="header-img"
/>
<img
src="https://static.igem.wiki/teams/5378/header/header-bar.webp"
alt="safety header"
className="header-bar"
/>
</div>
</h1>
</div>
<div className='row bg-rice_yellow'>
<div className="col-2">
<SideNavbar activeLink={activeLink} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment