Skip to content

Commit

Permalink
fix : added the same bg color of About Us as other cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan657 committed Oct 24, 2024
1 parent e95b6a6 commit 64d3437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,8 @@ a:focus {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding-top: 1.5rem;
background-color: #f4f4f9;
background: rgba(255, 255, 255, 0.45);
}
.owner-card {
display: flex;
Expand Down

0 comments on commit 64d3437

Please sign in to comment.