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