mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
9 lines
156 B
CSS
9 lines
156 B
CSS
|
.wp-block-categories{
|
||
|
box-sizing:border-box;
|
||
|
}
|
||
|
.wp-block-categories.alignleft{
|
||
|
margin-right:2em;
|
||
|
}
|
||
|
.wp-block-categories.alignright{
|
||
|
margin-left:2em;
|
||
|
}
|