Commit 3f9e0e8
committed
fix: prevent awkward CTA button wrapping (2+1 layout)
- Remove flex-wrap: wrap from .cta-buttons (prevents 2+1 split)
- Add @media (max-width: 900px) for vertical button layout on tablets
- Buttons now display horizontally on desktop (>900px) or vertically on smaller screens
- Eliminates confusing wrap behavior at medium screen widths
Tested across breakpoints: desktop (1440px), tablet (768px), mobile (375px)1 parent dc54165 commit 3f9e0e8
1 file changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | 531 | | |
533 | 532 | | |
534 | 533 | | |
| |||
937 | 936 | | |
938 | 937 | | |
939 | 938 | | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
940 | 951 | | |
941 | 952 | | |
942 | 953 | | |
| |||
976 | 987 | | |
977 | 988 | | |
978 | 989 | | |
979 | | - | |
980 | | - | |
981 | | - | |
982 | | - | |
983 | | - | |
984 | 990 | | |
985 | 991 | | |
986 | 992 | | |
987 | | - | |
988 | 993 | | |
989 | 994 | | |
990 | 995 | | |
0 commit comments