8 lines
143 B
CSS
8 lines
143 B
CSS
.wp-block-term-template {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
max-width: 100%;
|
|
list-style: none;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
} |