Update styles, Semesterlist

This commit is contained in:
2024-10-07 12:51:49 +02:00
parent 85c129b602
commit 662407a136
9 changed files with 53 additions and 24 deletions

View File

@ -105,7 +105,8 @@ option {
.timeline {
display: grid;
grid-template-rows: repeat(12, 58px);
grid-template-rows: repeat(12, 60px);
padding-top: 50px;
}
.days {
@ -200,6 +201,7 @@ nav ul {
left: 0;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
font-size: 150%;
}