From 79f8e89877d8c1178aae3e6e5b3e96a4f2949eee Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 11 Jul 2024 10:51:05 +0200 Subject: [PATCH] handling parcours heading boxes --- resources/css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index ac2b2f9..41102c6 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -49,7 +49,8 @@ @import '../../template-components/heading-box.css'; @import '../../template-components/heading-box--news.css'; @import '../../template-components/heading-box--jobs.css'; -@import '../../template-components/heading-box--parcours.css'; +@import '../../template-components/heading-box--parcours-parent.css'; +@import '../../template-components/heading-box--parcours-single.css'; /* ########### LAYOUT ############ */ @import './layout/header.css';