переработал систему модалок и добавил блоки
This commit is contained in:
@@ -31,7 +31,7 @@ $tiles_repeater = get_field('tiles_repeater');
|
||||
<?php if ($tiles_repeater) : ?>
|
||||
<div class="mt-[24px] grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-[30px] max-[768px]:gap-[20px]">
|
||||
<?php foreach ($tiles_repeater as $tile) : ?>
|
||||
<div class="bg-[#ffffff] border-[1px] border-[#e5e7eb] rounded-[16px] p-[30px] max-[768px]:p-[20px] shadow-lg hover:shadow-xl transition-shadow duration-300">
|
||||
<div class="bg-[#ffffff] border-[1px] border-[#e5e7eb] rounded-[16px] p-[30px] max-[768px]:p-[20px] shadow-lg hover:shadow-xl transition-shadow ">
|
||||
|
||||
<?php if (!empty($tile['image'])) : ?>
|
||||
<div class="w-[80px] h-[80px] rounded-full overflow-hidden mb-[20px] mx-auto bg-[#f3f4f6] flex items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user