forked from rDrama/rDrama
1
0
Fork 0

larger pagination buttons

master
Aevann 2023-05-02 01:01:07 +03:00
parent 2f9063bb70
commit c90ba77242
1 changed files with 2 additions and 2 deletions

View File

@ -1603,8 +1603,8 @@ nav
border-color: #dee2e6; border-color: #dee2e6;
} }
.pagination-sm .page-link { .pagination-sm .page-link {
padding: 0.25rem 0.5rem; padding: 0.25rem min(15px, 3vw);
font-size: min(18px,8vw); font-size: min(20px, 5.6vw);
line-height: 1.5; line-height: 1.5;
} }
.pagination-sm .page-item:first-child .page-link { .pagination-sm .page-item:first-child .page-link {