fix: parallax img no longer stretched

This commit is contained in:
Harsh 2020-06-09 12:33:56 +05:30
parent d1a2f04ad8
commit ad1d8a0f40

View file

@ -24,7 +24,6 @@ html {
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
@ -67,7 +66,6 @@ html {
/* Global Parallax */
#global-parallax .parallax-img {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
}