Commit ceb75dd49b5fd43060acd02f3e0c8b4c166e0ab6

Authored by Nathan Broadbent
1 parent 08f0e80f
Exists in master and in 1 other branch production

Adjusted pagination css

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -442,7 +442,8 @@ pre {
442 442  
443 443 /* Pagination */
444 444 .pagination {
445   - margin: 24px 0;
  445 + margin: 0 0 25px;
  446 + font-size: 17px;
446 447 text-align: center;
447 448 }
448 449 .pagination em {
... ...