Essential Theme - standardise height of marketing spots

Re: Essential Theme - standardise height of marketing spots

by Gareth J Barnard -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Or even try:

@media (min-width: 768px) {
    #marketing-spots .row-fluid {
        display: flex;
    }
}