From f4cca3cafa9b509d452cd977cc9077e8bc983c67 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 9 Nov 2023 14:26:34 +0100 Subject: [PATCH] refactoring heading box --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index fb75665..952a174 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -32,7 +32,7 @@ @import '../../template-components/post-conseils/chapter-header.css'; @import '../../template-components/posts-components/chapter-header.css'; @import '../../template-components/heading-box.css'; -@import '../../template-components/news-heading-box.css'; +@import '../../template-components/heading-box--news.css'; @import '../../template-components/post-infos-capsule.css'; /* ########### LAYOUT ############ */