Новое измнений в код

This commit is contained in:
Web-serfer 2026-03-31 17:39:21 +05:00
parent 5a06dfdb22
commit 11762e1f6a
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ const yearDeclension = getYearDeclension(yearsOfPractice);
</div> </div>
<!-- 2. КОНТЕНТ --> <!-- 2. КОНТЕНТ -->
<div class="relative z-10 w-full px-4 md:container md:mx-auto md:px-4 md:max-w-7xl py-32"> <div class="relative z-10 w-full px-4 md:container md:mx-auto md:px-4 md:max-w-7xl py-16 md:py-32">
<div class="max-w-3xl text-center lg:text-left"> <div class="max-w-3xl text-center lg:text-left">
<!-- Бейдж --> <!-- Бейдж -->
<div <div

View file

@ -80,7 +80,7 @@ const iconPaths: Record<string, string> = {
<div class="absolute inset-0 bg-gradient-to-br from-[var(--color-blue-primary)]/5 via-transparent to-[var(--color-gold)]/5 opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div> <div class="absolute inset-0 bg-gradient-to-br from-[var(--color-blue-primary)]/5 via-transparent to-[var(--color-gold)]/5 opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<!-- Иконка --> <!-- Иконка -->
<div class="relative w-16 h-16 bg-gradient-to-br from-[var(--color-blue-primary)] to-blue-600 rounded-2xl flex items-center justify-center mb-6 shadow-lg shadow-blue-500/30 group-hover:scale-110 group-hover:shadow-xl transition-all duration-300"> <div class="relative w-16 h-16 bg-gradient-to-br from-[var(--color-blue-primary)] to-blue-600 rounded-2xl flex items-center justify-center mb-6 mx-auto md:mx-0 shadow-lg shadow-blue-500/30 group-hover:scale-110 group-hover:shadow-xl transition-all duration-300">
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5"> <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d={iconPaths[item.icon]}/> <path stroke-linecap="round" stroke-linejoin="round" d={iconPaths[item.icon]}/>
</svg> </svg>