Maks | неизвестные изменения
This commit is contained in:
@@ -50,8 +50,8 @@ if ($trainers) {
|
||||
<section class="max-[768px]:py-[40px] max-[768px]:pb-[20px] py-[90px] pb-[45px]">
|
||||
<div class="container mx-auto">
|
||||
<?php if ($trainers_data): ?>
|
||||
<div class="max-[768px]:items-center max-[768px]:justify-center flex flex-wrap gap-[24px]">
|
||||
<?php foreach ($trainers_data as $trainer_data):
|
||||
<div class="place-content-center max-[768px]:justify-center grid gap-[24px] grid-cols-[repeat(auto-fit,minmax(312px,312px))]">
|
||||
<?php foreach ($trainers_data as $trainer_data):
|
||||
if ($trainer_data['name']) {
|
||||
$trainer = $trainer_data['post']; ?>
|
||||
<a href="<?php echo get_permalink($trainer->ID); ?>" class="!no-underline group block">
|
||||
|
||||
Reference in New Issue
Block a user