Split out neighbors style and remove side margins
This commit is contained in:
parent
90af3239f8
commit
1a211aceb5
1 changed files with 6 additions and 1 deletions
|
@ -133,7 +133,12 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
.pagination, .neighbors {
|
||||
.neighbors {
|
||||
margin: 4% 0% 4% 0%;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 4% 8% 4% 8%;
|
||||
height: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue