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>
<section>
<MinsLeftToPracticeToday/> <MinsLeftToPracticeToday/>
<Timer/> <Timer/>
</section>
<section>
<Summary/> <Summary/>
<ShowCategory/> <ShowCategory/>
<Songs/> <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