modify image display size

This commit is contained in:
Spedon
2023-03-10 16:03:03 +08:00
parent bdace69eb8
commit 0d7e5fe39b

View File

@@ -1,5 +1,6 @@
.image {
width: 50vmin;
max-height: 45vmin;
width: auto;
position: absolute;
transform: translate(-50%, -50%);
}