6 lines
87 B
CSS
6 lines
87 B
CSS
|
.has-equal-height {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|