Skip to content

Instantly share code, notes, and snippets.

@jsoningram
Created January 12, 2016 20:46
Show Gist options
  • Save jsoningram/49430d902c9276fdc747 to your computer and use it in GitHub Desktop.
Save jsoningram/49430d902c9276fdc747 to your computer and use it in GitHub Desktop.
.posts-by-cat {
width: 653px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
font-family: inherit;
ul {
list-style-type: none;
margin-top: 52px;
padding: 0 20px;
width: 205px;
&:nth-child(1n+1) {
border-left: 1px solid #ccc;
}
h4 {
color: #333;
font-size: 23px;
font-weight: 600;
a {
&:hover {
text-decoration: none;
}
}
}
li {
font-size: 14px;
margin-top: 30px;
&:first-of-type {
margin-top: 15px;
}
span {
color: #777;
font-weight: 400;
}
.read-more {
color: #2676A8;
display: table;
font-weight: 600;
&:focus {
outline: 0;
}
i.fa {
font-size: 12px;
font-weight: 400;
margin-right: 5px;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment