mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
10 lines
160 B
CSS
10 lines
160 B
CSS
|
.wp-block-columns :where(.wp-block){
|
||
|
margin-left:0;
|
||
|
margin-right:0;
|
||
|
max-width:none;
|
||
|
}
|
||
|
|
||
|
html :where(.wp-block-column){
|
||
|
margin-bottom:0;
|
||
|
margin-top:0;
|
||
|
}
|