/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
.cf-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2.5rem;
  margin: 2rem 0;
}

.cf-post-grid > article {
  display: flex;
  flex-direction: column;
}

.cf-post-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}