Files
sito-stclabs/themes/hugo-universal-theme/exampleSite/static/css/custom.css

17 lines
237 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;
}