revise padding for page navigation

This commit is contained in:
Huy Tran 2018-09-20 17:26:39 +10:00
parent d2169eb6e9
commit 2850dbbd18
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ ul.pagination {
li.page-item {
display: inline-block;
a {
padding: 0.05em 0.5em;
padding: 0.05em 0.4em;
}
&.active {
a {