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 */
|
/* Do not remove : required not to crop letters descenders */
|
||||||
padding-bottom: 0.16rem;
|
padding-bottom: 0.16rem;
|
||||||
/* height: 8.5rem; */
|
height: 8.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.see-more {
|
.see-more {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<li class="panel__item " x-data='{ isOpen: false }'>
|
<li class="panel__item " x-data='{ isOpen: false }'>
|
||||||
<a class="no-underline" href="#<?= $section->slug() ?>"
|
<a class="no-underline" href="#<?= $section->slug() ?>"
|
||||||
id="<?= $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>
|
<h3><?= $section->title() ?></h3>
|
||||||
<div class="panel__toggle-icon" x-text="isOpen || search.length > 0 ? '-' : '+'"></div>
|
<div class="panel__toggle-icon" x-text="isOpen || search.length > 0 ? '-' : '+'"></div>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue