[O] Bottom align and center

This commit is contained in:
Hykilpikonna
2019-10-20 20:51:32 -04:00
parent cbf70cbeef
commit baae26d244
@@ -47,3 +47,12 @@
font-size: 1.25rem;
display: inline-flex;
}
#next-course
{
// Down center
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}