Fix main view scale and positioning

This commit is contained in:
Daniel 2020-04-17 16:27:07 +12:00
parent 06a03e4aa3
commit 4f694dd71a
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
img {
position: absolute;
top: 0;
vertical-align: middle;
height: 100%;
max-height: 100%;
max-width: 100%;
margin: auto;
background-size: cover;
background-repeat: no-repeat;
}