Fixing off-center background artwork

This commit is contained in:
James Barnsley
2017-06-28 07:38:43 +12:00
parent 21bf40b63d
commit 8eaba6995c

View File

@ -165,10 +165,11 @@
.background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
top: -5vh;
right: -5vw;
bottom: -5vh;
left: -5vw;
width: auto;
opacity: 0.2;
max-width: none;