Fixes inline padding of list items in footer
This commit is contained in:
parent
384c1a9352
commit
9661428e00
|
@ -256,6 +256,7 @@ footer {
|
||||||
ul{
|
ul{
|
||||||
&:nth-of-type(1) {
|
&:nth-of-type(1) {
|
||||||
margin: 5px 0 0.5em 0;
|
margin: 5px 0 0.5em 0;
|
||||||
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> ul{
|
> ul{
|
||||||
|
|
|
@ -984,7 +984,7 @@ function tainacan_customize_register( $wp_customize ) {
|
||||||
'label' => __( 'Collection banner image maximum height (px)', 'tainacan-interface' ),
|
'label' => __( 'Collection banner image maximum height (px)', 'tainacan-interface' ),
|
||||||
'input_attrs' => array(
|
'input_attrs' => array(
|
||||||
'min' => 142,
|
'min' => 142,
|
||||||
'max' => 624,
|
'max' => 680,
|
||||||
'step' => 1
|
'step' => 1
|
||||||
),
|
),
|
||||||
) );
|
) );
|
||||||
|
|
Loading…
Reference in New Issue