Skip to content

Commit 42e415f

Browse files
do the Contact components is Responsive in all device
1 parent cd26dd8 commit 42e415f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/Contact/Contact.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@
5050
.contact-col span{
5151
display: block;
5252
margin: 20px 0;
53+
}
54+
/*======= media query==========*/
55+
@media (max-width: 700px){
56+
.contact{
57+
display: block;
58+
}
59+
.contact-col{
60+
padding: 20px;
61+
}
5362
}

0 commit comments

Comments
 (0)