[O] Align prev-course upward

This commit is contained in:
Hykilpikonna
2019-10-20 21:14:36 -04:00
parent 5eda771070
commit 752a865334
+8 -1
View File
@@ -62,7 +62,14 @@
#prev-course
{
// Up center
width: 50%;
position: absolute;
top: 0;
left: 25%;
// Trapezoid
transform: perspective(50px) rotateX(-10deg);
}
.nav-course-operations