Responsive styles to fix broken pagination on mobile

This commit is contained in:
John O'Nolan 2013-09-08 22:59:40 +02:00
parent 19ed4267fe
commit 74dfeb37b0
1 changed files with 11 additions and 0 deletions

View File

@ -888,7 +888,18 @@ table.plain {
margin: 1.4rem 0.8rem 0 0.8rem;
}
.older-posts,
.newer-posts {
position: static;
margin: 10px 0;
}
.page-number {
display: block;
}
.site-footer {
margin-top: 6rem;
font-size: 1.1rem;
}