Skip to content

Commit

Permalink
Merge pull request #25 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Completed: Footer
  • Loading branch information
TartejBrothers authored May 23, 2024
2 parents ce14d8e + 7c188a7 commit 53c4604
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
width: 30px;
}
.footer {
padding: 20px;
background-color: #390e62;
}
.footerworkrightbody form {
Expand All @@ -99,6 +100,10 @@
.footerworkrightbody input {
background: none;
}
.footerworkrightbody input:focus {
border: none;
outline: none;
}
.footerworkrightbody form button {
background-color: #771bc8;
border-top-left-radius: 10px;
Expand Down

0 comments on commit 53c4604

Please sign in to comment.