five-for-the-future/themes/wporg-5ftf/css/utilities/_paragraph.scss

9 lines
148 B
SCSS
Raw Normal View History

p.is-style-wporg-tldr {
color: $color__text-heading;
font-style: italic;
@include breakpoint( $breakpoint-tablet ) {
text-align: center;
}
}