Новые правки в проекте
This commit is contained in:
parent
189768971d
commit
4d30dafa7e
1 changed files with 4 additions and 11 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
import Pagination from '@components/base/Pagination.astro';
|
||||
import CTA from '@components/base/CTA.astro';
|
||||
|
||||
interface Case {
|
||||
id: number;
|
||||
|
|
@ -230,14 +229,6 @@ const categories = ["Все", ...Array.from(new Set(cases.map((c: Case) => c.cat
|
|||
baseUrl={baseUrl}
|
||||
/>
|
||||
)}
|
||||
|
||||
<!-- CTA -->
|
||||
<CTA
|
||||
icon="help"
|
||||
title="Нужна помощь с похожей ситуацией?"
|
||||
description="Расскажите о вашей проблеме — мы найдём решение. Первая консультация бесплатно."
|
||||
btnText="Получить консультацию"
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -260,7 +251,8 @@ const categories = ["Все", ...Array.from(new Set(cases.map((c: Case) => c.cat
|
|||
}
|
||||
|
||||
.cases-section {
|
||||
padding: 6rem 1.5rem;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 1.5rem;
|
||||
background: linear-gradient(180deg, #ffffff 0%, var(--color-bg) 100%);
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
}
|
||||
|
|
@ -650,7 +642,8 @@ const categories = ["Все", ...Array.from(new Set(cases.map((c: Case) => c.cat
|
|||
|
||||
@media (max-width: 768px) {
|
||||
.cases-section {
|
||||
padding: 4rem 1rem;
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.cases-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue