From bb9fec2e5d5371909e4c331b013592f8d4dee344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:48:50 +0200 Subject: [PATCH] Fix taken courses collapsible (#840) * Fix taken courses collapsible * Remove space * Reorder functions --- assets/styles/sections/education.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/styles/sections/education.scss b/assets/styles/sections/education.scss index cc40b12..75e39af 100644 --- a/assets/styles/sections/education.scss +++ b/assets/styles/sections/education.scss @@ -120,13 +120,13 @@ width: 50%; } } - .hidden-course { - display: none; - @include transition(); - } - ul { - margin-bottom: 0; - } + } + .hidden-course { + display: none; + @include transition(); + } + ul { + margin-bottom: 0; } } }