commit 203c89326444aae7d4556cec258ec19db403efa6
parent a0023c03bc0f67ee1e6006480d1accab0233e089
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 14 Mar 2018 20:41:24 +0100
Show images and try to fix the Text to the bottom of a card
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss
@@ -38,6 +38,9 @@
display: flex;
flex-direction: column;
justify-content: space-between;
+
+ position: absolute;
+ bottom: 0;
}
h1 {
@@ -74,6 +77,7 @@
padding-bottom: 60%;
background-size: cover;
background-position: center center;
+ height: 250px;
}
}