Center align the pagination div

This commit is contained in:
PCoder 2019-11-20 18:06:06 +05:30
commit e752946ed6
2 changed files with 9 additions and 0 deletions

View file

@ -423,6 +423,13 @@ body {
.custom-black-logo {
padding: 8px 15px;
}
.pagination a {
text-decoration: underline;
}
.ungleich-center-div {
margin: auto;
width: 50%;
text-align: center;
}