diff --git a/app/assets/stylesheets/application.postcss.css b/app/assets/stylesheets/application.postcss.css index 02a6319..764a6aa 100644 --- a/app/assets/stylesheets/application.postcss.css +++ b/app/assets/stylesheets/application.postcss.css @@ -79,6 +79,17 @@ header { } } +.answer-kind-image { + .answer-kind-image-container { + text-align: center; + + img { + max-width: 100%; + max-height: 50vh; + } + } +} + .login-intro { background-color: white; padding: 1rem; diff --git a/app/views/questions/_image_form.html.erb b/app/views/questions/_image_form.html.erb index 6870968..166b489 100644 --- a/app/views/questions/_image_form.html.erb +++ b/app/views/questions/_image_form.html.erb @@ -1,4 +1,4 @@ -