From deeab23088f56ebfa62da2d563362e845c2bf24a Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 28 May 2020 13:56:18 +0200 Subject: [PATCH] Add link, align date on bottom --- client/src/components/NewsTeasers.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/client/src/components/NewsTeasers.vue b/client/src/components/NewsTeasers.vue index 4ed433c0..53bba750 100644 --- a/client/src/components/NewsTeasers.vue +++ b/client/src/components/NewsTeasers.vue @@ -1,11 +1,13 @@ @@ -68,6 +70,7 @@ .teaser { margin-bottom: $large-spacing; + position: relative; &__image { display: block; @@ -91,6 +94,9 @@ font-family: $sans-serif-font-family; font-weight: $font-weight-regular; color: $color-silver-dark; + position: absolute; + bottom: 0; + left: 0; } }