[S] Align description in bottom of image

This commit is contained in:
Hykilpikonna
2019-12-23 10:43:27 -05:00
parent 1f47562b7e
commit 025ea2c9e5
+11
View File
@@ -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
{