feat(blog): style the post-list page title
This commit is contained in:
@@ -1,37 +1,11 @@
|
|||||||
/* Blog/post index listing styles */
|
/* Blog/post index listing styles */
|
||||||
|
|
||||||
.post-list {
|
.post-list__h1 {
|
||||||
/* Original styles, if needed
|
color: var(--color-cwc-blue-01);
|
||||||
* .post-list__posts {
|
font-family: var(--font-quincy, 'Quincy', serif);
|
||||||
* }
|
font-size: var(--h1);
|
||||||
* .post-list__h1 {
|
font-weight: 700;
|
||||||
* }
|
line-height: 1.2;
|
||||||
* .post-list__post {
|
margin: 0 0 2rem;
|
||||||
* &:hover {
|
text-align: left;
|
||||||
* img {
|
|
||||||
* }
|
|
||||||
* }
|
|
||||||
* .post-list__title {
|
|
||||||
* }
|
|
||||||
* .post-list__details {
|
|
||||||
* }
|
|
||||||
* .post-list__byline {
|
|
||||||
* }
|
|
||||||
* .post-list__author {
|
|
||||||
* }
|
|
||||||
* .post-list__sep {
|
|
||||||
* }
|
|
||||||
* .post-list__date {
|
|
||||||
* }
|
|
||||||
* }
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Original styles, if needed
|
|
||||||
* .no-posts {
|
|
||||||
* .no-posts__title {
|
|
||||||
* }
|
|
||||||
* .no-posts__desc {
|
|
||||||
* }
|
|
||||||
* }
|
|
||||||
*/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user