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

29 lines
403 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,
> h1,
> h2,
> h3,
> h4,
> h5,
> h6,
> .wp-block-quote,
> .wp-block-media-text,
> .wp-block-button {
margin-left: 40%;
}
2019-09-27 01:34:24 +03:00
p.is-style-wporg-tldr {
margin-left: auto;
}
.wp-block-pullquote.is-style-solid-color {
2019-09-27 01:34:24 +03:00
position: absolute;
top: 800px;
left: 0;
width: 40%;
}
}
}