Website: Fix overflowing step of /start questionnaire (#21692)

Related to: #21081
Closes: #21690

Changes:
- Updated the styles for the /start questionnaire to prevent the content
from overflowing outside of the page's container on smaller screen
sizes.
This commit is contained in:
Eric 2024-08-29 17:13:43 -05:00 committed by GitHub
parent ea7d08fc88
commit 45b7f315bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,7 +357,7 @@
margin-bottom: 20px;
}
[purpose='form-container'] {
width: unset;
width: 100%;
margin-left: 0;
margin-right: 0;
}