mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: parallax img no longer stretched
This commit is contained in:
parent
d1a2f04ad8
commit
ad1d8a0f40
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ html {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +66,6 @@ html {
|
||||||
/* Global Parallax */
|
/* Global Parallax */
|
||||||
#global-parallax .parallax-img {
|
#global-parallax .parallax-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue