fix: top positioning

This commit is contained in:
abdou6666 2024-12-06 10:43:50 +01:00
parent be99405853
commit 21fe05b8ad

View File

@ -54,13 +54,13 @@
&.prev {
left: 0px;
top: 175px;
top: calc(50% - 14px);
width: 1.5rem;
height: 2rem;
}
&.next {
top: 175px;
top: calc(50% - 14px);
right: 0px;
width: 1.5rem;
height: 2rem;