Limits size of logo toolbar.

This commit is contained in:
mateuswetah 2022-05-30 14:11:19 -03:00
parent afdd33d78b
commit 071a507698
1 changed files with 4 additions and 0 deletions

View File

@ -78,5 +78,9 @@ export default {
<style>
.header__tainacan-logo {
max-width: 65%;
height: 42px;
}
ion-img.header__tainacan-logo::part(image) {
width: auto;
}
</style>