Skip to content

Commit

Permalink
chore: reduced logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed May 4, 2024
1 parent f15a3c7 commit fcc3473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/client/components/KSponsor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const $q = useQuasar()
// Computed
const computedLogoWidth = computed(() => {
if ($q.screen.lt.sm) return '64px'
return '72px'
if ($q.screen.lt.sm) return '48px'
return '56px'
})
</script>

0 comments on commit fcc3473

Please sign in to comment.