Created
April 25, 2018 10:10
-
-
Save topleague/5f01a5536c7728364987b2c5b4ee0cd3 to your computer and use it in GitHub Desktop.
Grid Styles in Blog Archives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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