refactor: add some padding for smaller screens

dev
Dinesh Salunke 2023-11-03 11:14:47 +05:30
parent 127f3841b9
commit df5fd7a621
1 changed files with 1 additions and 1 deletions

View File

@ -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}">