lk | adds some bottom padding to the nav links on bike edit form

This commit is contained in:
Louis Knapp
2016-07-24 08:18:53 -05:00
parent c81fbffb1c
commit 9125814daf
2 changed files with 13 additions and 8 deletions
+4
View File
@@ -1,3 +1,7 @@
// Place all the styles related to the Bikes controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.bottom-nav-links {
padding-bottom: 5rem;
}