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

This commit is contained in:
Shailesh Aanand
2025-09-30 23:30:43 -07:00
committed by GitHub
parent b369f344c7
commit 2ced790340
+2 -2
View File
@@ -25,5 +25,5 @@ pre
.float-center-right
position: absolute
right: 0px
top: "50%"
transform: "translateY(-50%)"
top: 50%
transform: translateY(-50%)