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

12 lines
236 B
SCSS

p.is-style-wporg-tldr {
color: $color__text-heading;
font-style: italic;
font-size: 1rem;
@include breakpoint( $breakpoint-tablet ) {
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 1.25rem;
}
}