Commit 29a1c0c
authored
fix: Add padding to CTA FullWidth component
Added padding to improve spacing for the CTA component.
The CTA container previously lacked sufficient padding, causing the content to appear too close to the edges. This update adds padding to the `CTA_FullWidthWrapper` to improve layout spacing and visual balance.
Changes Made
Added padding to the `CTA_FullWidthWrapper` styled component
Ensures better spacing between the CTA content and the container edges
Bug fix (UI spacing improvement)
This change improves the visual layout of the CTA section without altering functionality.
Fixes CTA padding issue mentioned in Slack discussion.
Signed-off-by: Sarthak Palgotra <101310673+sarthak30304499@users.noreply.github.com>1 parent a95b9f6 commit 29a1c0c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
0 commit comments