Minor padding change

This commit is contained in:
Radhi Fadlillah 2019-08-03 14:38:15 +07:00
parent 457dc18374
commit a7d59d55e3
3 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -263,7 +263,7 @@ a {
margin-right: 8px;
font-size: 1.1em;
font-weight: 500;
line-height: 60px;
line-height: 59px;
color: var(--color);
background-color: var(--contentBg);
@ -444,6 +444,7 @@ a {
&.list {
grid-gap: 0;
padding-bottom: 0;
grid-template-columns: minmax(0, 1000px);
.pagination-box {

File diff suppressed because one or more lines are too long