fix nav spacing
This commit is contained in:
parent
9f65afaf70
commit
b019b99284
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ button.less::after {
|
|||
|
||||
/* Do not remove : required not to crop letters descenders */
|
||||
padding-bottom: 0.16rem;
|
||||
/* height: 8.5rem; */
|
||||
height: 8.5rem;
|
||||
}
|
||||
|
||||
.see-more {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<li class="panel__item " x-data='{ isOpen: false }'>
|
||||
<a class="no-underline" href="#<?= $section->slug() ?>"
|
||||
id="<?= $section->slug() ?>">
|
||||
<button class="panel__toggle-btn" :class="isOpen ? '' : 'short'" @click="isOpen = !isOpen">
|
||||
<button class="panel__toggle-btn" @click="isOpen = !isOpen">
|
||||
<h3><?= $section->title() ?></h3>
|
||||
<div class="panel__toggle-icon" x-text="isOpen || search.length > 0 ? '-' : '+'"></div>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue