diff options
author | talha <talha@talhaamir.xyz> | 2024-08-11 21:58:26 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-08-11 21:58:26 +0500 |
commit | 229694a959b23037792e4a37e6a90e52a5a4b05b (patch) | |
tree | 8d33047b23933195930884af896ab3098079ca30 /locations/identities.html | |
parent | ff02bc50695d8c19f497ffdd75ed9cf084173257 (diff) |
Diffstat (limited to 'locations/identities.html')
-rw-r--r-- | locations/identities.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locations/identities.html b/locations/identities.html index efb77a0..7bd13cf 100644 --- a/locations/identities.html +++ b/locations/identities.html @@ -163,10 +163,10 @@ pointer-events: none; position: fixed; background: rgb(255,255,255); - background: linear-gradient(0deg, rgba(128,128,128,0.2) 0%, rgba(128,128,128,0.0) 100%); + background: linear-gradient(0deg, rgba(128, 128, 128, 0.0), rgba(128,128,128,0.2) 5%, rgba(128,128,128,0.0) 100%); width: -moz-available; height: 30%; - top: -40%; + top: -30%; animation-name: scandown; animation-duration: 10s; animation-iteration-count: infinite; |