Skip to content

Commit

Permalink
client: update card style
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Jun 7, 2024
1 parent ae79b88 commit 35749ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/src/components/card/closed-debate-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#closed-card-loading {
min-height: 270px;
background-color: var(--card_background);
border-radius: 20px;
border: 2px solid var(--card_border);
display: flex;
justify-content: space-between;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/card/open-debate-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
min-height: 270px;
padding: 20px 15px;
background-color: var(--card_background);
border-radius: 20px;
border: 2px solid var(--card_border);
}

Expand Down

0 comments on commit 35749ad

Please sign in to comment.