many improvements

This commit is contained in:
Ross
2024-04-15 14:02:01 +01:00
parent 8c6361f9b2
commit f1642c7f01
12 changed files with 481 additions and 188 deletions
+13
View File
@@ -1109,4 +1109,17 @@ tr:has(> td > a) {
padding: 0;
text-decoration: underline;
color: #3282b8;
}
.resource-block {
max-width: fit-content;
}
.resource-block video {
max-width: 100%;
}
.no-list-style {
list-style-type: none;
padding-left: 1rem;
}