Fixes inline padding of list items in footer

This commit is contained in:
mateuswetah 2021-04-22 13:58:15 -03:00
parent 384c1a9352
commit 9661428e00
2 changed files with 2 additions and 1 deletions

View File

@ -256,6 +256,7 @@ footer {
ul{
&:nth-of-type(1) {
margin: 5px 0 0.5em 0;
padding-left: 4px;
}
}
> ul{

View File

@ -984,7 +984,7 @@ function tainacan_customize_register( $wp_customize ) {
'label' => __( 'Collection banner image maximum height (px)', 'tainacan-interface' ),
'input_attrs' => array(
'min' => 142,
'max' => 624,
'max' => 680,
'step' => 1
),
) );