logo max dimensions
This commit is contained in:
parent
daa87c0255
commit
8b45718ea5
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@
|
|||
<span class="d-none d-md-flex text-right thw-logo-font mr-2">
|
||||
{{ above }}
|
||||
</span>
|
||||
<v-img class="d-none d-sm-flex" width="56" height="56" :src="logo_url" />
|
||||
<v-img
|
||||
class="d-none d-sm-flex"
|
||||
max-width="56"
|
||||
max-height="56"
|
||||
:src="logo_url"
|
||||
/>
|
||||
</div>
|
||||
<v-divider class="d-none d-md-block my-1" />
|
||||
<span class="d-none d-md-flex thw-logo-font">
|
||||
|
|
Loading…
Reference in a new issue