From 025ea2c9e517081ec2b94db1b23a305003454d01 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Dec 2019 10:43:27 -0500 Subject: [PATCH] [S] Align description in bottom of image --- src/App.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.vue b/src/App.vue index ac5f0a7..820ffdb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -188,11 +188,22 @@ { height: 40vh; width: 30vh; + + // Alignment for description + position: relative; } .description { + // Color + background: #00000082; + color: whitesmoke; + + // Alignment - Bottom align padding: 14px; + position: absolute; + bottom: 0; + width: 100%; .time {