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