From b7a97f475308b7d2f8160559085ff2ee3f93868a Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 9 Dec 2014 22:49:35 +0100 Subject: [PATCH] Heights heights heights --- app/assets/stylesheets/orders.css.scss | 4 ++++ app/assets/stylesheets/users.css.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/assets/stylesheets/orders.css.scss b/app/assets/stylesheets/orders.css.scss index 7415069..54be272 100644 --- a/app/assets/stylesheets/orders.css.scss +++ b/app/assets/stylesheets/orders.css.scss @@ -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; +} diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss index 442b185..50ef292 100644 --- a/app/assets/stylesheets/users.css.scss +++ b/app/assets/stylesheets/users.css.scss @@ -30,3 +30,7 @@ aside { } } } + +.thumbnail { + min-height: 330px; +}