Skip to content

Commit 044b638

Browse files
Contact page width correction for responsive mode
Update .contact-form width to 95vw
1 parent c463fde commit 044b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contact/contact.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ li {
135135
height: auto;
136136
}
137137
.contact-form {
138-
width: 100vw;
138+
width: 95vw;
139139
}
140140

141141
#emailImg {

0 commit comments

Comments
 (0)