From d40d483861c871e33715f9fd342fdc8e2b810359 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 30 Apr 2024 20:58:56 +0200 Subject: [PATCH] change order div front --- web/themes/custom/colloque2024/css/pages/front.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/colloque2024/css/pages/front.scss b/web/themes/custom/colloque2024/css/pages/front.scss index 1e3bd13e..937806f1 100644 --- a/web/themes/custom/colloque2024/css/pages/front.scss +++ b/web/themes/custom/colloque2024/css/pages/front.scss @@ -230,7 +230,7 @@ header { order: 4; } } - div:nth-of-type(3){ + div:nth-of-type(4){ text-transform: uppercase; font-family: 'Mariannebold'; font-size: 3.5rem; @@ -242,7 +242,7 @@ header { ; } } - div:nth-of-type(4){ + div:nth-of-type(3){ text-transform: uppercase; grid-column: 5 / span 7; grid-row: 1;