Fix: button always pinned to bottom of card regardless of content height
This commit is contained in:
+3
-2
@@ -1249,6 +1249,8 @@
|
||||
border-radius: 24px;
|
||||
overflow: hidden;
|
||||
background: var(--card);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.news-card-image {
|
||||
@@ -1260,8 +1262,7 @@
|
||||
.news-card-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
min-height: 210px;
|
||||
flex: 1;
|
||||
padding: 20px;
|
||||
background: var(--lift);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user