forked from rDrama/rDrama
1
0
Fork 0

fix pagination overflow

master
Aevann 2023-06-24 21:16:00 +03:00
parent 0750bd365f
commit 4941baa477
1 changed files with 1 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ nav
border-color: #dee2e6;
}
.pagination-sm .page-link {
padding: 0.25rem min(20px, 3vw);
padding: 0.25rem min(20px, 2vw);
font-size: min(25px, 5.8vw);
line-height: 1.5;
}