Skip to content

Commit

Permalink
fixed difference in width of input and text area in contact for in me…
Browse files Browse the repository at this point in the history
…nu.html
  • Loading branch information
Hamza1821 committed Oct 3, 2024
1 parent e8a0de1 commit 5f20d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ input

#contactForm input,
#contactForm textarea {
width: 50%;
padding: 20px;
width: 100%;
padding: 5px;
margin: 5px;
border-radius: 10px;
border: none;
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@
transform-origin: 50% 100%;
}



#about {
display: flex;
flex-wrap: wrap; /* Allow boxes to wrap */
Expand Down

0 comments on commit 5f20d15

Please sign in to comment.