Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anders
2020-08-03 11:17:47 +02:00
2 changed files with 67 additions and 0 deletions
+33
View File
@@ -5,4 +5,37 @@
min-height: calc(100% - 40.8px - 8rem);
padding: 1rem;
margin: 2rem auto;
display: flex;
flex-direction: column;
}
.content > nav {
margin-top: auto;
}
nav > .pagination {
display: flex;
list-style: none;
padding-inline-start: unset;
justify-content: center;
}
.pagination > .page-item {
display: block;
list-style: none;
padding-right: 8px;
font-size: 1.5rem;
color: black;
}
.pagination > .page-item:last-child {
padding: 0;
}
.pagination > .page-item.disabled {
color: darkgrey;
}
.pagination > .page-item.active {
font-weight: bold;
}