We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a96d2b + 2d0f333 commit 2964106Copy full SHA for 2964106
1 file changed
src/components/ContactCard/contact.style.js
@@ -5,8 +5,8 @@ const ContactWrapper = styled.section`
5
overflow: hidden;
6
align-items: center;
7
.parentcard{
8
- max-width: 90%;
9
- width: 600px;
+ max-width: 1170px;
+ width: 100%;
10
margin: auto;
11
}
12
.contact-icon {
0 commit comments