mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 19:33:44 +03:00

- Remove accidental drop-shadow (mistake in Figma) - Use the correct fonts for callout text - Switch to a fixed width of rems over percentages to make alignment easier - Use rems to outdent quote so it lines up with the edge of the photo - Overlap the blue box + photo on larger screens, and offset the quote down - Remove unused selectors - Fix quote display in the editor
24 lines
320 B
SCSS
24 lines
320 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: 17.5rem;
|
|
}
|
|
|
|
p.is-style-wporg-tldr {
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
}
|