diff --git a/templates/_partials/footer.tpl b/templates/_partials/footer.tpl
index 0c57091..742c5b1 100644
--- a/templates/_partials/footer.tpl
+++ b/templates/_partials/footer.tpl
@@ -29,9 +29,9 @@
 </div>
 <div class="container mx-auto flex flex-col gap-8">
     <div class="flex flex-col lg:flex-row gap-8">
-      <div class="w-48 max-sm:hidden flex flex-row justify-center items-center">
-          <a class="w-24 h-24" href="{$urls.base_url}">
-            <img class="logo w-full aspect-square object-fit" src="{$shop.logo}" alt="{$shop.name}">
+      <div class="w-32 max-sm:hidden flex flex-row justify-center items-center">
+          <a class="w-full" href="{$urls.base_url}">
+            <img class="logo w-full" src="{$shop.logo}" alt="{$shop.name}">
           </a>
       </div>
       <div class="w-full flex flex-1 flex-col lg:flex-row">
diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl
index 957ba87..f154d48 100644
--- a/templates/_partials/header.tpl
+++ b/templates/_partials/header.tpl
@@ -26,7 +26,7 @@
 {block name='header_top'}
   <div class="container mx-auto">
     <div class="relative -mx-4 flex items-center justify-between h-24">
-      <div class="w-12 max-w-full ">
+      <div class="w-48 max-w-full ">
         <a class="block w-full " href="{$urls.base_url}">
           <img class="w-full" src="{$shop.logo}" alt="{$shop.name}"/>
         </a>