fixed modals on other than home page
This commit is contained in:
parent
c36466d952
commit
2c867e0ae8
8 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@ const html = require('choo/html');
|
|||
|
||||
module.exports = function() {
|
||||
return html`
|
||||
<main class="main relative">
|
||||
<main class="main">
|
||||
<section
|
||||
class="h-full w-full p-6 z-10 md:flex md:flex-row md:rounded-lg md:shadow-big"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue