Files
sito-stclabs/static/css/custom.css
2026-01-26 01:51:41 +01:00

18 lines
238 B
CSS

/* your styles go here */
/* Example site test */
.box-image-text .image {
min-height: 190px;
max-height: 190px;
}
.box-image-text .image img {
max-height: 190px;
margin: auto;
}
.box-simple {
min-height: 230px;
}