add page navigation

This commit is contained in:
Philipp Kühn
2020-04-18 19:50:06 +02:00
parent 1cbe32a357
commit fe1a647028
4 changed files with 71 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
.page-navigation {
display: flex;
justify-content: space-between;
padding: 3rem 0;
}