Work in progress on latest design

This commit is contained in:
Danny Coates
2019-02-11 13:48:06 -08:00
parent 0fa963f1ab
commit fc37fd1fe3
23 changed files with 215 additions and 63 deletions

View File

@@ -145,7 +145,9 @@ module.exports = function(state, emit) {
return html`
<main class="main container">
${state.modal && modal(state, emit)}
<section class="relative h-full w-full p-6 md:flex md:flex-row">
<section
class="relative h-full w-full p-6 md:flex md:flex-row md:rounded-lg md:shadow-big"
>
${content}
</section>
</main>