Skip to content

Commit

Permalink
Merge branch 'shivamyadavrgipt:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
priyachau12 authored Oct 22, 2024
2 parents 4bee134 + 8ffdaaf commit d2382c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
margin-right: 1.5rem;
padding: 1rem;
border-radius: 1rem;
background-color: #dcd9f2;
border: 2dvb solid #94dcad;
background-color: #434248;
border: 2dvb solid #86a7ca;
height: 70vh;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ footer{
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(136, 130, 130, 0.8);
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit d2382c6

Please sign in to comment.