Skip to content

Commit

Permalink
Merge pull request smaranjitghose#281 from dipanshparmar/background-o…
Browse files Browse the repository at this point in the history
…verflow-bug

Background overflow bug
  • Loading branch information
smaranjitghose authored Oct 19, 2020
2 parents 823835d + 17c435b commit 7e8c973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion assets/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@

.row-editor-top {
display: flex;
flex-direction: row;
margin-top: 4em;
margin-bottom: -5em;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ div#contact-form {
}

/* actual contact form */
form {
form#contact-form-container {
border: 1px solid transparent;
border-radius: 6px;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h4>Have a doubt?</h4>
</div>

<div id="contact-form">
<form action="#" method="POST">
<form action="#" method="POST" id="contact-form-container">
<input type="text" placeholder="First Name (required)" />
<input type="text" placeholder="Last Name (required)" />
<input type="email" placeholder="Email (required)" />
Expand Down

0 comments on commit 7e8c973

Please sign in to comment.