nav - show subtitles

This commit is contained in:
isUnknown 2025-02-06 13:03:33 +01:00
parent 3a6ff118bc
commit d54ed28aa0
3 changed files with 73 additions and 78 deletions

View file

@ -163,6 +163,11 @@ button.see-more {
display: inline-block;
padding-left: var(--unit--horizontal);
}
.panel .text__title h5 {
margin-top: calc(var(--unit--vertical) / 2);
}
.panel__collection--years .text:first-child .text__infos {
padding-left: var(--unit--horizontal);
}