Skip to content

Commit 6af4076

Browse files
committed
assets: add some simple styling to the pagination controls
1 parent 08ad9dc commit 6af4076

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/css/_layout.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,19 @@
234234
}
235235
}
236236
}
237+
238+
/* Pagination */
239+
240+
.pagination {
241+
margin: 1rem 0;
242+
243+
li {
244+
display: inline-block;
245+
246+
a {
247+
color: $grey-color-dark;
248+
border: 1px solid $grey-color-dark;
249+
padding: 0.5rem;
250+
}
251+
}
252+
}

0 commit comments

Comments
 (0)