[O] Bottom align and center
This commit is contained in:
@@ -47,3 +47,12 @@
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#next-course
|
||||||
|
{
|
||||||
|
// Down center
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user