2019-09-26 15:34:24 -07:00
|
|
|
body.page-about .entry-content {
|
2019-09-24 14:37:41 -07:00
|
|
|
|
2019-10-28 17:02:45 -04:00
|
|
|
h2 {
|
|
|
|
margin-top: ms(10);
|
|
|
|
margin-bottom: ms(2);
|
|
|
|
font-size: ms(8);
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: ms(2);
|
|
|
|
font-weight: 400;
|
|
|
|
color: $color__text-heading;
|
|
|
|
}
|
|
|
|
|
2019-09-26 15:34:24 -07:00
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
|
|
> p,
|
2019-10-18 09:19:27 -07:00
|
|
|
> ul,
|
2019-09-26 15:34:24 -07:00
|
|
|
> h1,
|
|
|
|
> h2,
|
|
|
|
> h3,
|
|
|
|
> h4,
|
|
|
|
> h5,
|
|
|
|
> h6,
|
|
|
|
> .wp-block-media-text,
|
2019-10-18 09:19:27 -07:00
|
|
|
> .wp-block-button,
|
|
|
|
> .wp-block-group {
|
2019-10-24 13:10:40 -04:00
|
|
|
margin-left: 17.5rem;
|
2019-09-24 14:37:41 -07:00
|
|
|
}
|
|
|
|
|
2019-10-28 18:12:56 -04:00
|
|
|
> .wp-block-quote {
|
|
|
|
margin-left: calc( 17.5rem - 62px );
|
|
|
|
}
|
|
|
|
|
2019-09-26 15:34:24 -07:00
|
|
|
p.is-style-wporg-tldr {
|
|
|
|
margin-left: auto;
|
2019-09-24 14:37:41 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|