fix plus bottom dir

This commit is contained in:
2025-12-05 14:22:46 +03:00
parent fc8e274f58
commit 7f06d3524d

View File

@@ -203,7 +203,7 @@ export default function YouMightAlsoLike() {
borderRadius: "50%",
top: isMobile ? 50 : isTablet ? 60 : 80,
position: "absolute",
[isRTL ? "right" : "left"]: isMobile ? 15 : 20,
[isRTL ? "left" : "right"]: isMobile ? 15 : 20,
display: "flex",
flexDirection: "row",
justifyContent: "center",