11 lines
161 B
SCSS
11 lines
161 B
SCSS
#popular-posts-paginator {
|
|
display: grid;
|
|
max-width: 650px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
#daily, #weekly, #monthly {
|
|
grid-row: 1;
|
|
}
|
|
}
|