mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
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:
commit
7edbe5b763
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue