Center a statically specified image.

This commit is contained in:
Dermot Duffy
2021-11-26 21:15:12 -08:00
parent 26c9d739b1
commit 2291bcbaee
+3 -2
View File
@@ -1,5 +1,6 @@
img {
max-width: 100%;
width: 100%;
height: 100%;
display: block;
margin: auto;
object-fit: scale-down;
}