mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
8 lines
148 B
SCSS
8 lines
148 B
SCSS
p.is-style-wporg-tldr {
|
|
color: $color__text-heading;
|
|
font-style: italic;
|
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
text-align: center;
|
|
}
|
|
}
|