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