add background image

pull/4/head
Clement G 5 years ago committed by guhur
parent 0f69e6e77c
commit 1bc0901bf0

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

@ -39,7 +39,13 @@ html, body, #root, #root > div{
height:100%;
}
main{
background-image:url("/background-mv.jpg");
background-size:100%;
background-attachment: fixed;
background-repeat:no-repeat;
background-color:$mv-blue-color;
min-height: calc(100% - 106px);
overflow: auto;

Loading…
Cancel
Save