reviews-page

This commit is contained in:
Dekart Deploy Bot 2026-06-29 08:54:52 +00:00
parent 8d284648ff
commit 62b6b1eaa0

View File

@ -1413,15 +1413,19 @@
grid-template-columns: 1fr;
}
.reviews-hero__metric {
flex: 1;
flex: 0 0 calc(50% - 5px);
max-width: calc(50% - 5px);
min-width: 0;
padding: 12px 8px;
padding: 12px 10px;
}
.reviews-hero__metric-number {
font-size: clamp(22px, 6vw, 28px);
}
.reviews-hero__metric-label {
font-size: 11px;
font-size: 10px;
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
}
.reviews-hero__cta-btn {
width: 100%;
@ -2130,13 +2134,16 @@
gap: 6px;
}
.reviews-hero__metric {
padding: 10px 6px;
padding: 10px 8px;
}
.reviews-hero__metric-number {
font-size: 20px;
}
.reviews-hero__metric-label {
font-size: 10px;
font-size: 9px;
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
}
.reviews-cards .lw-grid--3 {
grid-template-columns: 1fr;