refactor: make the link list responsive

staging
Dinesh Salunke 2023-11-06 16:47:11 +05:30
parent 255a7592a3
commit 7c50dcaae2
1 changed files with 2 additions and 2 deletions

View File

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