put summary, show category, and songs on right

mic_level
Matthew Huntington 3 years ago
parent 27ab843d0e
commit d6ca7de7df

@ -11,13 +11,24 @@
<h1>Practice Tracker</h1> <h1>Practice Tracker</h1>
</header> </header>
<main> <main>
<MinsLeftToPracticeToday/> <section>
<Timer/> <MinsLeftToPracticeToday/>
<Summary/> <Timer/>
<ShowCategory/> </section>
<Songs/> <section>
<Summary/>
<ShowCategory/>
<Songs/>
</section>
</main> </main>
</template> </template>
<style scoped> <style scoped>
section {
float:left;
width:25%;
}
section:nth-child(2) {
width:75%;
}
</style> </style>

Loading…
Cancel
Save