fix: decrease image height so footer is clickable (#11327)

* fix: decrease image height so footer is clickable

* fix: use kraken to reduce image size
This commit is contained in:
Matteo Pagliazzi
2019-09-09 15:47:47 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -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;