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: 34b59c51971184ad8d092510d0e53c8328bcd333 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 200px;
    max-height: 200px;
}

.box-simple {
    min-height: 230px;
}