wip on download page

This commit is contained in:
Danny Coates
2018-10-30 11:37:33 -07:00
parent 12e6eb1666
commit 26a943939d
11 changed files with 39 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
const html = require('choo/html');
module.exports = function() {
return html`<main class="main"></main>`;
return html`<main class="main container"></main>`;
};