fix: better position covers

This commit is contained in:
Max Richter
2025-11-07 18:26:31 +01:00
parent bf3483019c
commit 97c5b7f93c

View File

@@ -160,3 +160,7 @@ input[type="number"] {
-moz-appearance: textfield; -moz-appearance: textfield;
appearance: textfield; appearance: textfield;
} }
.object-cover {
object-position: 50% 33%;
}