fix: update css to actually center elements having class .float-center-right (#931)

This commit is contained in:
Shailesh Aanand
2025-10-01 12:00:43 +05:30
committed by GitHub
parent b369f344c7
commit 2ced790340

View File

@@ -25,5 +25,5 @@ pre
.float-center-right
position: absolute
right: 0px
top: "50%"
transform: "translateY(-50%)"
top: 50%
transform: translateY(-50%)