Skip to content

Commit

Permalink
Merge pull request #433 from virentalwar/feature/fixing-size-of-cards
Browse files Browse the repository at this point in the history
fix: fixing height of cards
  • Loading branch information
cassiobotaro authored Sep 28, 2023
2 parents 893527d + 8507a92 commit ca66465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@
border-radius: var(--rounded-2xl);
background: #1d1e26;
margin: 0 15px 40px;
height: calc(100% - 40px);
}

.Highlights_cardBackground__2Fr7t {
Expand Down

0 comments on commit ca66465

Please sign in to comment.