Skip to content

Commit

Permalink
chore: linting (WEB-60)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHe2024 committed Aug 29, 2024
1 parent d12e96f commit cf9311f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/components/cardsSection/cards.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
gap: 13px;
padding: 60px 0px;
justify-content: space-around;
background-color: #CFCFE3;
background-color: #cfcfe3;
}

.card {
height: 621px;
max-width: 445px;
min-height: 621px;
background: linear-gradient(to bottom, #DCDCEB, #FFFFFF);
background: linear-gradient(to bottom, #dcdceb, #ffffff);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border-radius: 15px;
display: flex;
Expand Down Expand Up @@ -68,7 +68,6 @@
}

@media (max-width: 1450px) {

.card {
flex: 1;
margin-bottom: 30px;
Expand Down

0 comments on commit cf9311f

Please sign in to comment.