Work in progress on latest design
This commit is contained in:
parent
0fa963f1ab
commit
fc37fd1fe3
23 changed files with 215 additions and 63 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue