Last active
March 22, 2019 20:18
-
-
Save booskills/c46c3d0d7ad899d4a54018c351d0e34b to your computer and use it in GitHub Desktop.
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
.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; | |
} | |
.book-entry-content { | |
padding: 0 0 0 0.5em; | |
} | |
.cpt-card-widget ul.book-meta-fields { | |
list-style: none; | |
margin: 0; | |
display: flex; | |
} | |
.cpt-card-widget ul.book-meta-fields > li { | |
margin-right: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment