fix page number

This commit is contained in:
Parsa Nazer
2026-01-06 13:22:10 +03:30
parent 6209eae2b4
commit 5559d4bba8
+3 -15
View File
@@ -309,19 +309,7 @@
margin: 0 !important; margin: 0 !important;
} }
.lg\:backdrop-blur-sm { div.max-w-full.lg\:bottom-0.lg\:fixed.lg\:left-0.lg\:right-0.xl\:left-72 {
position: relative; left: 0;
z-index: 1; /* Lower z-index so it goes under other components */ right: unset !important;
} }
.lg\:backdrop-blur-sm .flex.flex-row {
position: relative;
left: -190px; /* Adjust this value to move more/less to the left */
z-index: 1;
}
/* Alternative: If you want the entire container shifted */
.lg\:backdrop-blur-sm > .flex.flex-row {
margin-left: -190px; /* Shift left by 20px, adjust as needed */
}