Fix sizing issues.

This commit is contained in:
Cameron Redmore 2025-04-18 12:29:31 +01:00
parent 03bfd46be7
commit 1a4574668e
5 changed files with 35 additions and 0 deletions

View file

@ -22,6 +22,9 @@ body {
img, video {
max-width: 100%;
max-height: 100%;
object-fit: contain;
object-position: top center;
}
.info {