Skip to content

Commit e91d29a

Browse files
authored
fix background on ideation cards (#157)
1 parent 31c9794 commit e91d29a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/themes/interledger/css/components/cards.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
max-width: 100%;
228228
}
229229

230-
.ideation-wrapper .card {
231-
background-color: var(--color-card-bg);
230+
.ideation-wrapper .card-content-wrapper {
231+
height: 100%;
232232
}
233233

234234
.ideation-wrapper .card h3 {

web/themes/interledger/interledger.libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global-styling:
2-
version: 1.7.0
2+
version: 1.7.1
33
css:
44
theme:
55
css/fonts.css: {}

0 commit comments

Comments
 (0)