Work in progress on latest design
This commit is contained in:
parent
0fa963f1ab
commit
fc37fd1fe3
23 changed files with 215 additions and 63 deletions
|
@ -3,7 +3,9 @@ const html = require('choo/html');
|
|||
module.exports = function() {
|
||||
return html`
|
||||
<main class="main relative">
|
||||
<section class="h-full w-full p-6 md:flex md:flex-row z-10">
|
||||
<section
|
||||
class="h-full w-full p-6 z-10 md:flex md:flex-row md:rounded-lg md:shadow-big"
|
||||
>
|
||||
<div class="md:mr-6 md:w-1/2 w-full"></div>
|
||||
<div class="md:w-1/2 mt-6 md:mt-0 w-full"></div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue