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; } }