Skip to content

Commit

Permalink
adjust vertical distribution of main sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcosfer committed Feb 9, 2022
1 parent bd50ae6 commit 1568221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/demos/onsets/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<template slot="dismiss">Got it!</template>
</instructions-modal>
</div>
<main v-show="instructionsClosed" class="d-flex flex-column justify-content-between align-items-center">
<main v-show="instructionsClosed" class="d-flex flex-column align-items-center">
<demos-header></demos-header>
<section id="middle-screen" class="d-flex flex-column justify-content-around align-items-center container-fluid">
<section id="middle-screen" class="d-flex flex-column align-items-center container-fluid">
<browse-display></browse-display>
<algorithm-controls :init="algorithmParameters"></algorithm-controls>
</section>
<demos-footer></demos-footer>
<demos-footer class="mt-auto"></demos-footer>
</main>
</div>
</template>
Expand Down

0 comments on commit 1568221

Please sign in to comment.