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,5 +1,5 @@
|
|||
<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="../../assets/logo.png" />
|
||||
</div>
|
||||
|
@ -20,7 +20,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
img {
|
||||
.byjove-logo img {
|
||||
max-height: 200px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue