Showing
2 changed files
with
2 additions
and
3 deletions
... | ... | @@ -16,8 +16,8 @@ |
16 | 16 | <div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12"> |
17 | 17 | <!-- <AppLogo class="-enter-x" /> --> |
18 | 18 | <div style="display: flex; margin-top: 10px"> |
19 | - <img v-if="defaultLogo" :src="defaultLogo" style="width: 48px; height: 48px" /> | |
20 | - <img style="width: 48px; height: 48px" v-else src="/src/assets/images/logo.png" /> | |
19 | + <img v-if="defaultLogo" :src="defaultLogo" class="h-12" /> | |
20 | + <img class="h-12" v-else src="/src/assets/images/logo.png" /> | |
21 | 21 | <div |
22 | 22 | class="ml-2 truncate md:opacity-100" |
23 | 23 | style=" | ... | ... |