Skip to content

Instantly share code, notes, and snippets.

@curiositry
Created September 5, 2019 06:56
Show Gist options
  • Select an option

  • Save curiositry/511c84204f136a97d65cf77a39b230bf to your computer and use it in GitHub Desktop.

Select an option

Save curiositry/511c84204f136a97d65cf77a39b230bf to your computer and use it in GitHub Desktop.
.kg-bookmark-container {
display: flex;
flex-wrap: wrap;
text-decoration: none;
border-top: 1px solid black;
border-bottom: 1px solid black;
border: 1px solid black none;
background-color: #eee;
text-align: center;
}
.kg-bookmark-content {
padding: 1rem;
order: 2;
width: 100%;
}
.kg-bookmark-title {
font-weight: 600;
}
.kg-bookmark-description,
.kg-bookmark-metadata {
margin-top: 1rem;
color: black;
}
.kg-bookmark-thumbnail {
width: 100%;
}
.kg-bookmark-icon {
width: 22px;
height: 22px;
margin-right: 8px;
vertical-align: bottom;
}
.kg-bookmark-author:after {
content: " • ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment