forked from brooksbingham/theme-elegance
refactor: set justify around for my account page items
parent
f30766bc04
commit
105e21dba6
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
{block name='page_content'}
|
{block name='page_content'}
|
||||||
<div class="w-full my-8">
|
<div class="w-full my-8">
|
||||||
<div class="links flex flex-wrap py-4">
|
<div class="links flex flex-wrap justify-around py-4">
|
||||||
|
|
||||||
<a class="w-full md:w-1/3 lg:w-1/4 flex flex-col p-4 border-gray-500" id="identity-link" href="{$urls.pages.identity}">
|
<a class="w-full md:w-1/3 lg:w-1/4 flex flex-col p-4 border-gray-500" id="identity-link" href="{$urls.pages.identity}">
|
||||||
<span class="flex flex-col items-center font-semibolds text-lg">
|
<span class="flex flex-col items-center font-semibolds text-lg">
|
||||||
|
|
Loading…
Reference in New Issue