Skip to content

Commit

Permalink
Issue #44 - Style changes
Browse files Browse the repository at this point in the history
- Attempt to style breadcrumbs when not using Yoast SEO - failed?
- Increase font size for term heading and post title
- Set background colour for home page group block
  • Loading branch information
bobbingwide committed Apr 11, 2021
1 parent 4da45cb commit cb2a185
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ header {
.wp-block-group.page,
.wp-block-group.post,
.wp-block-group.posts,div.a2z,
*/
div.breadcrumbs,
div.information,
div.download,
Expand All @@ -198,10 +198,16 @@ div.home {
margin: 0 auto;
}
*/

div.breadcrumbs {
margin-top: 0.5em;
}

.breadcrumbs a {
display: inline-block;
}



div.wp-block-template-part {
Expand Down Expand Up @@ -343,7 +349,7 @@ img {
margin-right: auto;
}





Expand Down Expand Up @@ -467,7 +473,7 @@ ul.page-numbers {

h2.term_heading,
h2.wp-block-post-title {
font-size: var( --wp--preset--font-size--normal );
font-size: var( --wp--preset--font-size--medium );
}

.post-type-archive-block h2.wp-block-post-title {
Expand Down Expand Up @@ -647,6 +653,14 @@ div.wp-site-blocks > div.WP_DEBUG:first-of-type:hover {
padding: 0px 30px 20px 30px;
}

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

.home .wp-block-group > * {
/* padding: 0 0 0 5px; */
}


.download.wp-block-template-part a.button {
background-color: #eb672b;
Expand Down Expand Up @@ -681,5 +695,10 @@ div.wp-site-blocks > div.WP_DEBUG:first-of-type:hover {
}

.wp-block-group.has-background {
padding: 0px 0px 0px 5px;
padding: 0px 5px 0px 5px;
}


.wp-block-group.page {
margin-top: 1.5em;
}

0 comments on commit cb2a185

Please sign in to comment.