Created
July 9, 2024 17:26
-
-
Save abdulawal39/e018ee6e15ced00c75ef431a6343ac31 to your computer and use it in GitHub Desktop.
Revisions
-
abdulawal39 created this gist
Jul 9, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ .pvfw_page_prev img, .pvfw_page_next img{ transform: rotate(90deg); } .pvfw_page_next { z-index: 100; bottom: 0; top: inherit; left: 45%; right: inherit; } .pvfw_page_prev { z-index: 100; top: 40px; bottom: inherit; left: 45%; right: inherit; }