mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 11:53:45 +03:00
12 lines
236 B
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;
|
|
}
|
|
}
|