Limit the width of list

This commit is contained in:
Radhi Fadlillah 2019-05-27 17:04:27 +07:00
parent 61bd8244a6
commit 0acf1b43cd
3 changed files with 431 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -412,7 +412,7 @@ body {
&.list {
grid-gap: 0;
grid-template-columns: minmax(0, 1fr);
grid-template-columns: minmax(0, 1000px);
.pagination-box {
padding-top: 16px;

File diff suppressed because one or more lines are too long