From ce643ad080d0ba63f4266635dafb748b3f6ac074 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Thu, 30 Nov 2023 20:09:10 +0200 Subject: [PATCH] Reorder functions --- assets/styles/sections/education.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles/sections/education.scss b/assets/styles/sections/education.scss index ccf10a7..75e39af 100644 --- a/assets/styles/sections/education.scss +++ b/assets/styles/sections/education.scss @@ -121,13 +121,13 @@ } } } - ul { - margin-bottom: 0; - } .hidden-course { display: none; @include transition(); } + ul { + margin-bottom: 0; + } } } }