Use better class name for logo image styles
sheesh, we were affecting *all* images i think...
This commit is contained in:
parent
df089d2f77
commit
6e949eb199
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="logo">
|
<div class="byjove-logo">
|
||||||
<img v-if="appsettings.logo" :alt="alternateText" :src="appsettings.logo" />
|
<img v-if="appsettings.logo" :alt="alternateText" :src="appsettings.logo" />
|
||||||
<img v-if="!appsettings.logo" :alt="alternateText" src="../../assets/logo.png" />
|
<img v-if="!appsettings.logo" :alt="alternateText" src="../../assets/logo.png" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,7 +20,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
img {
|
.byjove-logo img {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue