five-for-the-future/themes/wporg-5ftf/css/components/_about.scss
2019-10-18 14:29:26 -07:00

24 lines
316 B
SCSS

body.page-about .entry-content {
@include breakpoint( $breakpoint-tablet ) {
> p,
> ul,
> h1,
> h2,
> h3,
> h4,
> h5,
> h6,
> .wp-block-quote,
> .wp-block-media-text,
> .wp-block-button,
> .wp-block-group {
margin-left: 35%;
}
p.is-style-wporg-tldr {
margin-left: auto;
}
}
}