Several updates and changes...

This commit is contained in:
2024-12-02 11:39:24 +01:00
parent 7f3f90db3a
commit a524f63e34
7 changed files with 27 additions and 12 deletions

View File

@@ -127,6 +127,10 @@ a:visited {
.modal-card {
min-height: 95vh;
}
.modal-card-body img {
max-height: 200px;
max-width: 200px;
}
.has-bottom-border {
border-bottom: 1px #aaa solid;
}