Skip to content

Commit

Permalink
Merge pull request vishanurag#719 from KartikSaxena19/main
Browse files Browse the repository at this point in the history
Contact us visibility problem solved
  • Loading branch information
vishanurag authored Oct 19, 2024
2 parents eb28ced + 7c8ea07 commit 470c27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Styles/contact_us_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@

.contact-container{
width:100%;
background: #000000;
}

#contact{
width:100%;
background: rgb(0, 0, 0);
}

#contactForm textarea{
width:550px;
background: white;
}

#contactForm button{
Expand Down

0 comments on commit 470c27c

Please sign in to comment.