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; + } } } }