[S] Align description in bottom of image
This commit is contained in:
+11
@@ -188,11 +188,22 @@
|
|||||||
{
|
{
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
width: 30vh;
|
width: 30vh;
|
||||||
|
|
||||||
|
// Alignment for description
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description
|
.description
|
||||||
{
|
{
|
||||||
|
// Color
|
||||||
|
background: #00000082;
|
||||||
|
color: whitesmoke;
|
||||||
|
|
||||||
|
// Alignment - Bottom align
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
.time
|
.time
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user