Browse Source

Merge resulted in a duplicate line

master
Nuša Pukšič 10 months ago
parent
commit
37999521a8
  1. 1
      src/routes/+layout.svelte

1
src/routes/+layout.svelte

@ -40,7 +40,6 @@ @@ -40,7 +40,6 @@
<meta name="twitter:image" content="{image}" />
</svelte:head>
<div class={'leather min-h-full w-full flex flex-col items-center'}>
<div class={'leather mt-[76px] h-full w-full flex flex-col items-center'}>
<Navigation class='fixed top-0' />
<slot />

Loading…
Cancel
Save