This commit is contained in:
Julian Krauser 2024-11-05 14:45:08 +01:00
parent f38f663608
commit 9535023a94
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
:src="baseUrl + backdrop.url"
:imgAttrs="{ class: 'w-full h-full object-cover object-center' }"
/>
<img class="absolute h-40 w-fit bottom-10 left-5" :src="baseUrl + navbar.logo.url" />
<img class="absolute p-4 w-full h-fit sm:h-40 sm:w-fit bottom-5" :src="baseUrl + navbar.logo.url" />
</div>
<Header />
<slot />

View file

@ -13,7 +13,7 @@ export default defineNuxtConfig({
{ hid: "description", name: "description", content: "" },
{ name: "format-detection", content: "telephone=no" },
],
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.png" }],
},
},

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB