forked from brooksbingham/theme-elegance
refactor: add some padding for smaller screens
parent
127f3841b9
commit
df5fd7a621
|
@ -24,7 +24,7 @@
|
||||||
*}
|
*}
|
||||||
|
|
||||||
{block name='header_top'}
|
{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">
|
<div class="flex justify-between h-24 relative items-center">
|
||||||
<a class="flex-none z-10 w-12 h-12" href="{$urls.base_url}">
|
<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}">
|
<img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
|
||||||
|
|
Loading…
Reference in New Issue