wip on download page

This commit is contained in:
Danny Coates 2018-10-30 11:37:33 -07:00
parent 12e6eb1666
commit 26a943939d
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
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>`;
};