WIP styling

This commit is contained in:
richard-dds
2018-11-13 14:37:50 -05:00
parent 4244ecf9b7
commit 7753167b3f
2 changed files with 25 additions and 8 deletions

View File

@@ -20,3 +20,15 @@
margin-bottom: $gap;
}
}
.pagination {
width: 800px;
display: flex;
flex-direction: row;
align-content: space-between;
margin: auto;
}
.page {
margin: auto;
}