Fix sizing issues.
This commit is contained in:
parent
03bfd46be7
commit
1a4574668e
5 changed files with 35 additions and 0 deletions
|
@ -22,6 +22,9 @@ body {
|
|||
img, video {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
object-fit: contain;
|
||||
object-position: top center;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue