diff --git a/app/assets/stylesheets/application.postcss.css b/app/assets/stylesheets/application.postcss.css index 80198ad..3be7fb5 100644 --- a/app/assets/stylesheets/application.postcss.css +++ b/app/assets/stylesheets/application.postcss.css @@ -79,6 +79,12 @@ header { } } +.question-kind-simple:has(+ .answer-kind-connections) { + text-align: center; + margin-bottom: 0.5rem; + font-weight: 600; +} + .answer-kind-image { .answer-kind-image-container { text-align: center;