Theme: Iterate on About fonts and block styles.

This commit is contained in:
Ian Dunn 2019-10-18 09:19:27 -07:00
parent 91ed1e933d
commit 9c700e59cb
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
8 changed files with 34 additions and 33 deletions

View file

@ -2,6 +2,7 @@ body.page-about .entry-content {
@include breakpoint( $breakpoint-tablet ) {
> p,
> ul,
> h1,
> h2,
> h3,
@ -10,7 +11,8 @@ body.page-about .entry-content {
> h6,
> .wp-block-quote,
> .wp-block-media-text,
> .wp-block-button {
> .wp-block-button,
> .wp-block-group {
margin-left: 40%;
}