Limits size of logo toolbar.
This commit is contained in:
parent
afdd33d78b
commit
071a507698
|
@ -78,5 +78,9 @@ export default {
|
||||||
<style>
|
<style>
|
||||||
.header__tainacan-logo {
|
.header__tainacan-logo {
|
||||||
max-width: 65%;
|
max-width: 65%;
|
||||||
|
height: 42px;
|
||||||
|
}
|
||||||
|
ion-img.header__tainacan-logo::part(image) {
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue