Skip to content

Commit

Permalink
update brand max with
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBlaa committed Oct 9, 2023
1 parent df52551 commit 9068012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/page/menu/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<img
src="data:{$menuStore.Logo.Mime};charset=utf-8;base64, {$menuStore.Logo.Data}"
alt={$menuStore.Logo.Name}
style="height:40px;"
style="height:40px; max-width: none;"
/>
{/if}
</div>
Expand Down

0 comments on commit 9068012

Please sign in to comment.