[O] Vertically center content
This commit is contained in:
@@ -15,6 +15,11 @@
|
|||||||
.course-card-content
|
.course-card-content
|
||||||
{
|
{
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|
||||||
|
// Vertical center
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user