five-for-the-future/themes/wporg-5ftf/css/utilities/_paragraph.scss
2019-10-02 15:54:45 -04:00

9 lines
148 B
SCSS

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