display course type on top left of slots

This commit is contained in:
imperosol
2025-09-13 00:19:18 +02:00
parent 9d99976bee
commit e75e7e697a
4 changed files with 14 additions and 5 deletions

View File

@@ -23,6 +23,13 @@
display: flex;
flex-direction: column;
justify-content: center;
.course-type {
position: absolute;
top: 0;
right: 0;
padding: 10px;
}
}
}
}