put stuff in main div for style

now for twitter imitation
This commit is contained in:
mehbark 2023-07-10 16:51:04 -04:00
parent 3de300ffa5
commit e071e48616

View file

@ -1,3 +1,4 @@
import { Main } from "./common.tsx";
import { Html, debug_render, render } from "./html.ts";
import { Component } from "./jsx/jsx-runtime.ts";
@ -43,6 +44,7 @@ const Take: Component = ({ subjects, objects, adjectives }, _) => (
// might want to have the final item be seperate
// turned out to be unnecessary
debug_render(
<Main>
<Take
subjects={peopleify(
"poor",
@ -92,4 +94,5 @@ debug_render(
"dangerous",
]}
/>
</Main>
);