Heights heights heights

This commit is contained in:
Tom Naessens 2014-12-09 22:49:35 +01:00
parent 0216ecfaf5
commit b7a97f4753
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// Place all the styles related to the Orders controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.thumbnail {
min-height: 200px;
}

View file

@ -30,3 +30,7 @@ aside {
}
}
}
.thumbnail {
min-height: 330px;
}