Homepage: Fix contributor highlight section

This commit is contained in:
Kelly Dwan 2019-10-28 18:12:56 -04:00
parent c6c4baf62b
commit ac1027b550
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
7 changed files with 67 additions and 1 deletions

View file

@ -22,13 +22,16 @@ body.page-about .entry-content {
> h4,
> h5,
> h6,
> .wp-block-quote,
> .wp-block-media-text,
> .wp-block-button,
> .wp-block-group {
margin-left: 17.5rem;
}
> .wp-block-quote {
margin-left: calc( 17.5rem - 62px );
}
p.is-style-wporg-tldr {
margin-left: auto;
}