removed indentation from various menu <ul><li>

This commit is contained in:
giomba 2021-05-09 21:53:15 +02:00
parent 59631f6578
commit bc85d9c952
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
/* Personal */
#p-personal {
display: inline-block;
h3 {
display: none;
}
@ -9,7 +8,6 @@
list-style-type: none;
list-style-image: none;
margin: 0;
padding-left: 10em; /* Keep from overlapping logo */
}
li {

View File

@ -386,7 +386,7 @@ class VectorTemplate extends BaseTemplate {
foreach ( $this->data['view_urls'] as $key => $item ) {
echo $this->makeListItem( $key, $item, [
'vector-wrap' => true,
'vector-collapsible' => true,
'vector-collapsible' => false,
] );
}
?>