fix plus bottom dir
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user