From 172923fc6d939dff26bada79e7b268bb2c64fed5 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Mon, 3 Feb 2025 15:15:13 +0100 Subject: [PATCH] #11 --- assets/css/src/nav.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/src/nav.css b/assets/css/src/nav.css index 8303155..cca70b6 100644 --- a/assets/css/src/nav.css +++ b/assets/css/src/nav.css @@ -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;