minor HTML and CSS fixes

* duplicate use of ID "heart"
* "& " --> "& "
* missed changes in simple UI
This commit is contained in:
Frank
2024-12-13 13:16:39 +01:00
parent 37d0086aad
commit a37e20560d
9 changed files with 24 additions and 9 deletions

View File

@@ -361,6 +361,12 @@ button:hover {
color: #f00;
}
#heartMM {
transition: color 0.9s;
font-size: 16px;
color: #0f0;
}
img {
max-width: 100%;
max-height: 100%;