openaire-theme/css/structure/height.css

10 lines
149 B
CSS

/** These classes apply a height or max-height of 75px. */
.uk-height-xsmall {
height: 75px;
}
.uk-height-max-xsmall {
max-height: 75px;
}
/**/