Testimonials fixes

This commit is contained in:
2026-05-06 16:47:15 +12:00
parent 2f4001b8af
commit 6d021e05ea
3 changed files with 10 additions and 8 deletions
+7 -4
View File
@@ -601,14 +601,17 @@
}
.hero-buttons {
flex-direction: column;
gap: 12px;
flex-direction: row;
gap: 8px;
padding-right: 0;
}
.hero-buttons .btn {
width: 100%;
flex: 1 1 0;
width: 0;
margin-right: 0 !important;
padding: 16px 24px;
padding: 14px 10px;
font-size: 13px;
line-height: 1.2;
}
}