forked from brooksbingham/theme-elegance
refactor: make the link list responsive
parent
255a7592a3
commit
7c50dcaae2
|
@ -22,9 +22,9 @@
|
|||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div class="flex flex-wrap flex-1">
|
||||
<div class="flex flex-wrap flex-1 flex-col md:flex-row">
|
||||
{foreach $linkBlocks as $linkBlock}
|
||||
<div class="flex flex-col mb-4 w-1/3">
|
||||
<div class="flex flex-col mb-4 md:w-1/3">
|
||||
<div class="font-bold mb-4">
|
||||
{$linkBlock.title}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue