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