Skip to content

Commit d461117

Browse files
committed
Adjust positioning of the Confused Need Help and Recommended License sections in mobile view
1 parent 9a0ccda commit d461117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<div class="columns wider-gap">
2222
<div class="column">
2323
<Stepper v-model="currentStepId" @restart="restart" @done="done" />
24-
<help-section @change="openChooserModal" />
2524
</div>
2625
<div class="column right-column">
2726
<!-- The right column with the recommended license should be fixed until
@@ -41,6 +40,7 @@
4140
</div>
4241
</div>
4342
</div>
43+
<help-section @change="openChooserModal" />
4444
</div>
4545
<footer-section v-if="!isEmbedded" />
4646
<chooser-modal :active-modal="openModal" @close="closeChooserModal" />
@@ -248,7 +248,7 @@ footer.main-footer {
248248
font-size: 1rem;
249249
}
250250
.stepper-instructions {
251-
margin-bottom: 2rem;
251+
// margin-bottom: 2rem;
252252
}
253253
.columns.wider-gap .column:first-child,
254254
.columns.wider-gap .column:last-child {

0 commit comments

Comments
 (0)