final
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
<section class="py-[90px]">
|
||||
<section class="max-[768px]:py-[40px] py-[90px]">
|
||||
<div class="container mx-auto">
|
||||
<h2 class="font-[500] text-[32px] leading-[115%] text-center">
|
||||
<h2 class="max-[1050px]:text-[28px] max-[768px]:text-[24px] font-[500] text-[32px] leading-[115%] text-center">
|
||||
<strong>Подписывайтесь</strong> на нас:
|
||||
</h2>
|
||||
<div class="flex gap-[24px] flex-wrap justify-center mt-[40px]">
|
||||
<div class="max-[768px]:mt-[24px] flex gap-[24px] flex-wrap justify-center mt-[40px]">
|
||||
<?php $vk = get_field('vk'); ?>
|
||||
<div class="relative h-[580px] w-[424px] pb-[24px] flex flex-col px-[24px]">
|
||||
<div class=" relative h-[580px] w-[424px] pb-[24px] flex flex-col px-[24px]">
|
||||
<?php if ($vk) : ?>
|
||||
<img class="w-full h-full rounded-[12px] object-cover absolute inset-0"
|
||||
src="<?php echo esc_url($vk['url']); ?>" alt="<?php echo esc_attr($vk['alt']); ?>"/>
|
||||
|
||||
Reference in New Issue
Block a user