From 684be50b8f6af977b036a6fe8c93d5c0518dc9f8 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Thu, 30 Nov 2023 19:43:51 +0200 Subject: [PATCH] Fix taken courses collapsible --- assets/styles/sections/education.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/styles/sections/education.scss b/assets/styles/sections/education.scss index cc40b12..3912202 100644 --- a/assets/styles/sections/education.scss +++ b/assets/styles/sections/education.scss @@ -120,14 +120,14 @@ width: 50%; } } - .hidden-course { - display: none; - @include transition(); - } ul { margin-bottom: 0; } } + .hidden-course { + display: none; + @include transition(); + } } } }