Skip to content

Commit

Permalink
Merge pull request #455 from magefan/bob308tr-patch-16
Browse files Browse the repository at this point in the history
Update blog-new.css
  • Loading branch information
magefan authored Dec 5, 2022
2 parents 9935f99 + b080484 commit 1309b9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion view/frontend/web/css/blog-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ body.blog-page {
/* Read More */
/* .post-list .post-read-more {display: none;} */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
.blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
Expand Down Expand Up @@ -107,6 +107,13 @@ body.blog-page {
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
Expand Down

0 comments on commit 1309b9b

Please sign in to comment.