Rework list handling

This commit is contained in:
Patrick Jentsch
2020-12-15 14:38:52 +01:00
parent 85385ef7e4
commit 1b5b935a28
7 changed files with 354 additions and 232 deletions

View File

@ -8,6 +8,10 @@ main {
margin-top: 48px;
}
table.ressource-list tr {
cursor: pointer;
}
.parallax-container .parallax {
z-index: auto;
}