mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 11:15:44 +03:00
Move blocks and block styles to the correct places in the CSS structure
There should be no visual changes
This commit is contained in:
parent
ef8c78f4f3
commit
e6b3fbd989
10 changed files with 52 additions and 45 deletions
8
themes/wporg-5ftf/css/utilities/_paragraph.scss
Normal file
8
themes/wporg-5ftf/css/utilities/_paragraph.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
p.is-style-wporg-tldr {
|
||||
color: $color__text-heading;
|
||||
font-style: italic;
|
||||
|
||||
@include breakpoint( $breakpoint-tablet ) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue