diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim
index e2fc3943..e268ae94 100644
--- a/app/views/exercises/implement.html.slim
+++ b/app/views/exercises/implement.html.slim
@@ -6,7 +6,7 @@
#editor-column
- unless @embed_options[:hide_exercise_description]
.exercise.clearfix
- .col-9.d-lg-flex.flex-row.justify-content-between.align-items-baseline
+ .d-lg-flex.flex-row.justify-content-between.align-items-baseline
.col-lg-7
h1#exercise-headline
i#description-symbol class=(@embed_options[:collapse_exercise_description] ? 'fa-solid fa-chevron-right' : 'fa-solid fa-chevron-down')