Skip to content

Commit 74908cd

Browse files
committed
Fixed Form Container Visual Bug
1 parent 30e97b7 commit 74908cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ code[class*="language-"] {
13491349
.contact-form-container {
13501350
padding: 4rem;
13511351
width: 70%;
1352-
max-width: 600px;
1352+
max-width: 800px;
13531353
margin: 0 auto;
13541354
display: flex;
13551355
flex-direction: column;

0 commit comments

Comments
 (0)