We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0572ee3 + 9d17c82 commit 02bf0cfCopy full SHA for 02bf0cf
src/routes/Intro/styles.less
@@ -252,7 +252,7 @@
252
}
253
254
255
-@media only screen and (max-width: @minimum) {
+@media only screen and (max-width: @xsmall) {
256
.intro-container {
257
justify-content: initial;
258
padding: 3rem 1.5rem;
@@ -279,6 +279,21 @@
279
.content-container {
280
flex-direction: column-reverse;
281
282
+ .form-container, .options-container {
283
+ width: 50%;
284
+ margin: 0 auto;
285
+ }
286
+
287
+ .options-container {
288
+ margin-bottom: 4rem;
289
290
291
292
+}
293
294
+@media only screen and (max-width: @minimum) {
295
+ .intro-container {
296
+ .content-container {
297
.form-container, .options-container {
298
width: 100%;
299
margin: 0;
0 commit comments