fix главной

This commit is contained in:
2026-05-03 15:15:22 +03:00
parent a6124cd1d9
commit d896d41240

View File

@@ -49,7 +49,7 @@
}
.hero__eyebrow {
margin: 0 0 10px;
margin: 0 0 50px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.1em;
@@ -188,6 +188,9 @@
}
.category__item {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #2f2520;
border-radius: 16px;
@@ -199,7 +202,7 @@
.category__item span {
display: block;
padding: 10px 12px;
font-weight: 700;
/* font-weight: 700; */
}
.showcase__grid {