Skip to content

Commit ca66465

Browse files
authored
Merge pull request #433 from virentalwar/feature/fixing-size-of-cards
fix: fixing height of cards
2 parents 893527d + 8507a92 commit ca66465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
border-radius: var(--rounded-2xl);
581581
background: #1d1e26;
582582
margin: 0 15px 40px;
583+
height: calc(100% - 40px);
583584
}
584585

585586
.Highlights_cardBackground__2Fr7t {

0 commit comments

Comments
 (0)