Split out neighbors style and remove side margins

This commit is contained in:
olipratt 2017-03-18 14:03:41 +00:00
parent 90af3239f8
commit 1a211aceb5

View file

@ -133,7 +133,12 @@ main {
} }
} }
.pagination, .neighbors { .neighbors {
margin: 4% 0% 4% 0%;
height: 20px;
}
.pagination {
margin: 4% 8% 4% 8%; margin: 4% 8% 4% 8%;
height: 20px; height: 20px;
} }