nav : increase spacing at the end of the collection list

This commit is contained in:
isUnknown 2025-02-17 17:17:34 +01:00
parent 4758048e61
commit 72a84c9283

View file

@ -137,6 +137,9 @@ button.search__icon {
}
/* ================= YEARS ================= */
.panel__collection .panel__item:last-child {
margin-bottom: 6rem;
}
.panel-item-content__edito {
margin-bottom: calc(var(--unit--vertical) / 2);
}