diff --git a/app/assets/stylesheets/my.css.scss b/app/assets/stylesheets/my.css.scss index 21a2c05..ba5323e 100644 --- a/app/assets/stylesheets/my.css.scss +++ b/app/assets/stylesheets/my.css.scss @@ -40,3 +40,15 @@ ul.pagination li a { margin-top: 60px; } + +/* Waste less space above and below pagers */ +.pager +{ + margin: 10px 0; +} + +/* Waste less space between/below the navbar and the main container */ +.navbar +{ + margin-bottom: 10px; +} \ No newline at end of file