mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-05 05:55:37 +05:00
fix: character images position
This commit is contained in:
parent
fd28c3844a
commit
73ccb7bdd3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ export const Characters = () => {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="bottom-0 right-[488px] absolute hidden xl:flex gap-4 transition-transform duration-1000 ease-out"
|
className="bottom-0 left-[-228px] absolute hidden xl:flex gap-4 transition-transform duration-1000 ease-out"
|
||||||
style={{
|
style={{
|
||||||
transform: !imagesProtogenIsInView
|
transform: !imagesProtogenIsInView
|
||||||
? "translateX(-100vw)"
|
? "translateX(-100vw)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue