11 lines
134 B
CSS
11 lines
134 B
CSS
|
/* your styles go here */
|
||
|
|
||
|
.box-image-text .image {
|
||
|
min-height: 200px;
|
||
|
max-height: 200px;
|
||
|
}
|
||
|
|
||
|
.box-simple {
|
||
|
min-height: 230px;
|
||
|
}
|