This commit is contained in:
isUnknown 2025-02-03 15:15:13 +01:00
parent 1c2c45e5ab
commit 172923fc6d

View file

@ -162,14 +162,14 @@ button.see-more {
margin-bottom: calc(var(--unit--vertical) * 2);
}
.panel .text:first-child .text__title {
.panel__collection--years .text:first-child .text__title {
display: inline-block;
padding-left: var(--unit--horizontal);
}
.panel .text:first-child .text__infos {
.panel__collection--years .text:first-child .text__infos {
padding-left: var(--unit--horizontal);
}
.panel .text:first-child .text__infos::before {
.panel__collection--years .text:first-child .text__infos::before {
content: "";
position: absolute;
left: 0;