Skip to content
Snippets Groups Projects
Commit 7fb9ae9a authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

added indicator arrow

parent 6c858651
No related branches found
No related tags found
No related merge requests found
Pipeline #442730 failed
......@@ -10,8 +10,13 @@ export function Home() {
<div className="row mt-4">
<div className="col">
<div className="col">
{/* Spacing Block */}
<div className='col' style={{ 'height': '70vh' }}></div>
<div style={{'position': 'relative',
'zIndex': '1',
'top': '10vh',
'left': '0vw',
'scale': '0.25'}}>
<img src="https://static.igem.wiki/teams/5247/landing/indicator.webp"></img>
</div>
<Breathe></Breathe>
......
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