Heights heights heights
This commit is contained in:
parent
0216ecfaf5
commit
b7a97f4753
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -30,3 +30,7 @@ aside {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
min-height: 330px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue