fix: decrease image height so footer is clickable

This commit is contained in:
Sebastiaan Nijland
2019-08-23 14:31:26 +02:00
parent e2385bd1fd
commit 85c2c37693
2 changed files with 1 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ div
background-image: url('~assets/images/auth/seamless_mountains_demo.png');
background-repeat: repeat-x;
width: 100%;
height: 500px;
height: 300px;
position: absolute;
z-index: 0;
bottom: 0;