Skip to content
Snippets Groups Projects
Commit 6c628bca authored by David Mendez's avatar David Mendez
Browse files

Eubopen masthead: Try to logos img size bug

parent ac0b4a45
No related branches found
No related tags found
1 merge request!42Eubopen masthead: Try to logos img size bug
......@@ -16,6 +16,7 @@
<v-img
:src="require(`@/static/img/partnerLogos/${partner.logoFilename}`)"
:alt="partner.alt"
class="logo-img"
/>
</a>
</v-col>
......@@ -55,4 +56,11 @@ export default {
}
</script>
<style></style>
<style scoped lang="scss">
.logo-link {
width: 100%;
}
.logo-img {
width: 100%;
}
</style>
Subproject commit aedc8a0fe49296cfbf772093e55f5c44c04457f5
Subproject commit 30ecc238ee90ae965c8c81dcaac2dd7065f9ca8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment