Skip to content
Snippets Groups Projects
Commit 12e647f1 authored by Devyani Ravi's avatar Devyani Ravi
Browse files

remove banner

parent 7a9af900
No related branches found
No related tags found
No related merge requests found
Pipeline #458173 passed
<template>
<div class="banner">
<img :src="imageUrl" alt="Banner Image" />
</div>
</template>
<script>
export default {
props: {
imageUrl: {
type: String,
default: 'https://static.igem.wiki/teams/5306/human-practices/banners/humanpractices-introbanner.png',
},
},
}
</script>
<style scoped>
.banner {
position: absolute;
top: 0;
left: 0;
right: 18rem;
width: calc(100% - 18rem);
max-width: 100%;
background-color: #f5f5f5; /* Optional */
}
.banner img {
width: 100%;
max-width: 100%;
display: block;
margin: 0;
}
</style>
\ No newline at end of file
......@@ -86,4 +86,4 @@ title: Human Practices
## University of Michigan: Bioremediation Virtual Symposium
---
\ No newline at end of file
---
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