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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

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