2019-09-27 01:34:24 +03:00
|
|
|
body.page-about .entry-content {
|
2019-09-25 00:37:41 +03:00
|
|
|
|
2019-10-28 23:02:45 +02: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-27 01:34:24 +03:00
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
|
|
> p,
|
2019-10-18 19:19:27 +03:00
|
|
|
> ul,
|
2019-09-27 01:34:24 +03:00
|
|
|
> h1,
|
|
|
|
> h2,
|
|
|
|
> h3,
|
|
|
|
> h4,
|
|
|
|
> h5,
|
|
|
|
> h6,
|
|
|
|
> .wp-block-media-text,
|
2019-10-18 19:19:27 +03:00
|
|
|
> .wp-block-button,
|
|
|
|
> .wp-block-group {
|
2019-10-24 20:10:40 +03:00
|
|
|
margin-left: 17.5rem;
|
2019-09-25 00:37:41 +03:00
|
|
|
}
|
|
|
|
|
2019-10-29 00:12:56 +02:00
|
|
|
> .wp-block-quote {
|
|
|
|
margin-left: calc( 17.5rem - 62px );
|
|
|
|
}
|
|
|
|
|
2019-09-27 01:34:24 +03:00
|
|
|
p.is-style-wporg-tldr {
|
|
|
|
margin-left: auto;
|
2019-09-25 00:37:41 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|