Skip to content

Commit

Permalink
Issue #4 - improve styling of blog display ( home.html )
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Dec 11, 2020
1 parent 88ecf50 commit 029f4a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,19 @@ div.wp-site-blocks > div.WP_DEBUG:first-of-type:hover {
/* text-align: center; */
}

.wp-block-template-part.home .wp-block-group {
background-color: #ffffff;
}

.wp-block-template-part:not(.alignfull) .wp-block-group {
padding: 0.5em;
}

.home .wp-block-post-title
.home p{
padding: 0px 30px 20px 30px;
}




0 comments on commit 029f4a9

Please sign in to comment.