Skip to content

Commit

Permalink
fixes logo stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshandersn committed Apr 25, 2024
1 parent 3d283ca commit e7e9df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const links = [{
<template>
<main>
<UContainer>
<img src="/img/logo.png" style="height: 70px; margin-top: 15px;" alt="joshandersn logo">
<img src="/img/logo.png" style="max-height: 70px; margin-top: 15px;" alt="joshandersn logo">
<UHorizontalNavigation :links="links">
<template #default="{ link }">
<span class="group-hover:text-primary relative">{{ link.label }}</span>
Expand Down

0 comments on commit e7e9df2

Please sign in to comment.