fix главной

This commit is contained in:
2026-05-03 15:07:17 +03:00
parent a6748f3079
commit a6124cd1d9
2 changed files with 13 additions and 8 deletions

View File

@@ -59,7 +59,7 @@
.hero__title {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
/* font-family: "Cormorant Garamond", Georgia, serif; */
font-size: clamp(32px, 4.8vw, 58px);
line-height: 0.94;
}
@@ -101,7 +101,7 @@
min-height: 44px;
border-radius: 999px;
padding: 0 18px;
font-weight: 700;
/* font-weight: 700; */
text-decoration: none;
}
@@ -156,11 +156,15 @@
.faq h2,
.cta-final h2 {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
/* font-family: "Cormorant Garamond", Georgia, serif; */
font-size: clamp(30px, 4vw, 48px);
line-height: 0.98;
}
margin-bottom: 40px;
}
.portfolio {
margin-bottom: 50px;
}
.section-head__kicker {
margin: 0 0 8px;
color: #8e311d;
@@ -274,6 +278,7 @@
.portfolio__grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-bottom: 10px;
}
.portfolio__grid img {