/*
Theme Name: ColorMag Child
Template: colormag
*/

@import url("../colormag/style.css");

/* Featured Image beside title */
@media (min-width: 769px) {
  .tg-post-thumbnail { float:left; width:90px; margin-right:14px; }
}
@media (max-width: 768px) {
  .tg-post-thumbnail { float:left; width:70px; margin-right:10px; }
}
.tg-post-thumbnail img { width:100%; height:auto; border-radius:4px; }
.tg-module-wrapper::after { content:""; display:block; clear:both; }
