Skip to content

Commit

Permalink
Merge pull request #507 from Athul28/main
Browse files Browse the repository at this point in the history
Improved the styling of the contact us component and made the alignments proper
  • Loading branch information
khushi-joshi-05 authored May 25, 2024
2 parents 2b5b02a + beaf53f commit a93e6df
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,29 @@ textarea {
color: #dddddd;
}

ul{
padding-left: 0px;
}

#email,#message{
padding-left: 10px;
padding-right: 10px;
background-color: rgba(210, 167, 167, 0.5);
color:white;
}

#email::placeholder{
color: white;
}

#message::placeholder{
color: white;
}

#butt{
border: none;
}

@media screen and (max-width: 500px) {
.menu_items .items {
max-width: fit-content;
Expand Down

0 comments on commit a93e6df

Please sign in to comment.