Skip to content

Commit

Permalink
Remove line height rule from site-logo
Browse files Browse the repository at this point in the history
This is handled in Gutenberg via WordPress/gutenberg#27623
  • Loading branch information
kjellr authored Dec 10, 2020
1 parent c63ffff commit b1113d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions photo-blocks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ Screenshot Images from stocksnap.io. CC0 License.
color: #000;
}

.wp-block-site-logo {
line-height: 0;
}

.wp-block-site-logo img {
border-radius: 50%;
}
Expand All @@ -84,4 +80,4 @@ body:not(.single) .wp-block-post-featured-image:hover {
.single .entry-content > img:only-child,
.single .entry-content > .wp-block-image:only-child {
display: none;
}
}

0 comments on commit b1113d2

Please sign in to comment.