diff --git a/src/components/energy/Energy.module.sass b/src/components/energy/Energy.module.sass index cf29ae6de..5bb70fbd4 100644 --- a/src/components/energy/Energy.module.sass +++ b/src/components/energy/Energy.module.sass @@ -201,8 +201,11 @@ margin-bottom: $space_normal - button + a width: fit-content + display: flex + align-items: center + justify-content: center .QuestionTitle font-size: $font_large diff --git a/src/components/energy/QuestionSection.tsx b/src/components/energy/QuestionSection.tsx index 739957b11..2b174ae17 100644 --- a/src/components/energy/QuestionSection.tsx +++ b/src/components/energy/QuestionSection.tsx @@ -6,7 +6,7 @@ const QuestionSection = () => {