From df5fd7a62118ab415d5d683ec1db5a703e9f6e07 Mon Sep 17 00:00:00 2001
From: Dinesh Salunke <dineshsalunke@consultbop.com>
Date: Fri, 3 Nov 2023 11:14:47 +0530
Subject: [PATCH] refactor: add some padding for smaller screens

---
 templates/_partials/header.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl
index 0b78a79..e7bbfea 100644
--- a/templates/_partials/header.tpl
+++ b/templates/_partials/header.tpl
@@ -24,7 +24,7 @@
  *}
 
 {block name='header_top'}
-  <div class="header-top container mx-auto">
+  <div class="header-top container mx-auto px-4 lg:px-0">
     <div class="flex justify-between h-24 relative items-center">
       <a class="flex-none z-10 w-12 h-12" href="{$urls.base_url}">
         <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">