fix mobile view issue

This commit is contained in:
2026-06-15 18:20:48 +05:30
parent 205924e057
commit 0560b86b87
25 changed files with 956 additions and 99 deletions

View File

@@ -492,7 +492,11 @@ export default function CompetitiveEdge() {
@media (max-width: 768px) {
.comparison-section {
padding: 80px 0;
padding: 56px 0;
}
.comparison-section .container {
padding: 0 10px;
}
.moat-heading {