Skip to content

Instantly share code, notes, and snippets.

@topleague
Created April 25, 2018 10:10
Show Gist options
  • Save topleague/5f01a5536c7728364987b2c5b4ee0cd3 to your computer and use it in GitHub Desktop.
Save topleague/5f01a5536c7728364987b2c5b4ee0cd3 to your computer and use it in GitHub Desktop.
Grid Styles in Blog Archives
/* Define Grid Styles in Blog Archives */
.blog .entry, .archive .entry {
background: #fff;
}
.blog .entry-meta, .archive .entry-meta {
margin-bottom: 20px;
font-size: 14px;
font-size: 1.4rem;
}
.blog .entry-title, .archive .entry-title {
font-size: 20px;
line-height: 29px;
}
.blog .entry-content, .archive .entry-content {
padding: 30px;
padding: 3rem;
font-size: 17px;
font-size: 1.7rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment