five-for-the-future/themes/wporg-5ftf/css/components/_about.scss

24 lines
320 B
SCSS
Raw Normal View History

2019-09-27 01:34:24 +03:00
body.page-about .entry-content {
2019-09-27 01:34:24 +03:00
@include breakpoint( $breakpoint-tablet ) {
> p,
> ul,
2019-09-27 01:34:24 +03:00
> h1,
> h2,
> h3,
> h4,
> h5,
> h6,
> .wp-block-quote,
> .wp-block-media-text,
> .wp-block-button,
> .wp-block-group {
margin-left: 17.5rem;
}
2019-09-27 01:34:24 +03:00
p.is-style-wporg-tldr {
margin-left: auto;
}
}
}