Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the footer color #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changes made
  • Loading branch information
Muskan0605 committed Oct 18, 2024
commit c0399351c84e34fdfa5204b1e5f0231c231bd478
2 changes: 1 addition & 1 deletion src/components/Common/Button/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.btn {
background-color: var(--blue);
padding: 0.45rem 1.5rem;
border-radius: 8px;
border-radius: 10px;
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Common/Footer/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
padding: 1rem;
margin: 3rem;
height: auto;
border-radius: 0.75rem;
border-radius: 20px;
background: linear-gradient(
90deg,
rgba(2, 0, 36, 1) 0%,
Expand Down