Skip to content

Commit 2964106

Browse files
authored
Merge pull request #7462 from SergioChan/fix-subscribe-card-width-7458
[Subscribe] Make newsletter card width match CTA container
2 parents 3a96d2b + 2d0f333 commit 2964106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ContactCard/contact.style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const ContactWrapper = styled.section`
55
overflow: hidden;
66
align-items: center;
77
.parentcard{
8-
max-width: 90%;
9-
width: 600px;
8+
max-width: 1170px;
9+
width: 100%;
1010
margin: auto;
1111
}
1212
.contact-icon {

0 commit comments

Comments
 (0)