Adding few word description to products in the product grid - Dawn 14.0.0

I found the problem. What you have to do is to add this code

@media screen and (max-width: 989px){
   .product-short-description{
       font-size: 11px;
   }
}

at the start of the base.css or before it get’s overridden by other css.