bio cards height fix
This commit is contained in:
parent
e1bc1a8b51
commit
2600e33f47
|
@ -19,7 +19,7 @@
|
|||
// Component controller
|
||||
class MyAppComponent {
|
||||
constructor() {
|
||||
this.name = 'Alice';
|
||||
this.name = 'Ali';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.bio-card {
|
||||
max-width: 360px;
|
||||
min-height: 370px;
|
||||
height: 370px;
|
||||
margin-bottom: $unit * 4;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in New Issue