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

26 lines
600 B
SCSS
Raw Normal View History

.entry-content {
2019-09-27 01:34:24 +03:00
position: relative;
color: $color__text-main;
hyphens: none;
2019-09-27 01:34:24 +03:00
h1, h2, h3, h4, h5, h6 {
color: $color__text-heading-darker;
}
h2 {
font-size: ms( 2 );
font-weight: 400;
color: $color__text-heading;
}
2019-09-27 01:34:24 +03:00
}
p.has-background,
.wp-block-group.has-background,
.wp-block-pullquote.has-wporg-blue-background-color {
/*
* Remove the gaps between consecutive paragraphs that have the same background color, and make it fill 100%
* of the screen on the mobile view.
*/
//margin: 0 - ms( 4 ); this is buggy, affects surrounding elements, see notes in parallelogram file
}