Skip to content

Instantly share code, notes, and snippets.

.cpt-card-widget {
display: grid;
grid-template-columns: 50px auto;
margin-bottom: 1em;
border-left: 3px solid #d6d6d6;
}
.cpt-card-widget .book-entry-title {
margin: 0 0 0.25em;
}
/* Single Book Layout using Flexbox */
/** Debug CSS start here */
.single-book-container {
background-color: aqua;
}
.book-meta-container {
/* Card Based Layout - Base styles */
.cpt-card {
/*background: bisque;*/
margin-bottom: 2em;
padding: 1em;
}
.cpt-card a {
/*color: black;*/
/* elements in Twenty Sixteen Theme
#page
.site-inner
header#masthead
#content
div#primary
main#main
article.hentry
.entry-header