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

custom.css « css « static « exampleSite - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d54440abe5b84dd3a9547e55165f2e63a0befe83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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;
}