We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235d09f commit 315391dCopy full SHA for 315391d
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,22 @@
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
295
+@media only screen and (max-width: @minimum) {
296
+ .intro-container {
297
+ .content-container {
298
.form-container, .options-container {
299
width: 100%;
300
margin: 0;
0 commit comments