Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom.css « css « static - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d62cd9456697e4840bf6cd82de4418afff0b54d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* your styles go here */

.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;
}