forked from rDrama/rDrama
1
0
Fork 0

fix page button padding

master
Aevann 2023-12-01 22:24:59 +02:00
parent 97d10e1764
commit 04762f01cc
1 changed files with 4 additions and 0 deletions

View File

@ -404,3 +404,7 @@ blockquote {
.alert {
padding: 0.75rem 3rem 0.5rem 1rem;
}
.pagination-sm .page-link {
padding: 0.5rem min(20px,3vw) 0.25rem min(20px,3vw);
}