bio cards height fix

This commit is contained in:
Alex Wolfe 2015-03-05 07:37:52 -08:00
parent e1bc1a8b51
commit 2600e33f47
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
// Component controller
class MyAppComponent {
constructor() {
this.name = 'Alice';
this.name = 'Ali';
}
}

View File

@ -1,6 +1,6 @@
.bio-card {
max-width: 360px;
min-height: 370px;
height: 370px;
margin-bottom: $unit * 4;
overflow: hidden;