style updated for chrome

This commit is contained in:
Danny Coates 2018-11-05 14:19:26 -08:00
parent 7394d20cb7
commit 43748295b0
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 7 additions and 13 deletions

View file

@ -16,7 +16,7 @@ function banner(state, emit) {
function body(main) {
return function(state, emit) {
const b = html`<body class="flex flex-col items-center font-sans bg-blue-lightest md:min-h-screen md:bg-grey-lightest justify-between">
const b = html`<body class="flex flex-col items-center font-sans bg-blue-lightest md:h-screen md:bg-grey-lightest">
${banner(state, emit)}
${header(state, emit)}
${main(state, emit)}