/*
 Theme Name:   ColorMag Child
 Description:  ColorMag Child Theme
 Author:       CTM/JF
 Template:     colormag
 Version:      1.0.0
 License:      GNU General Public License v2 or later
*/

/* added aug 2021 to ensure news archive doesn't wrap up if some entries are short but have large images */ 
.entry-content li {
    line-height: 1.3;
    clear: both;
}