styling fixes
This commit is contained in:
17340
package-lock.json
generated
17340
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ export default function Home() {
|
||||
<UserTop session={session} />
|
||||
</div>
|
||||
|
||||
<main className="flex flex-1 flex-col justify-center items-center p-8 mx-auto mt-24 rounded-md shadow-md transition-all duration-500 hover:shadow-xl">
|
||||
<main className="flex flex-1 flex-col justify-center items-center p-8 mx-36 mt-12 rounded-md shadow-md transition-all duration-500 hover:shadow-xl">
|
||||
<Header />
|
||||
<Generator />
|
||||
</main>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./templates/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
@@ -175,8 +175,8 @@ export default function Generator() {
|
||||
{" "}
|
||||
</a>
|
||||
</div>
|
||||
<Pane className="mx-2 shadow-md rounded-md">
|
||||
<canvas className="mx-2" id="canvas" height="600" width="600"></canvas>
|
||||
<Pane className="ml-8 shadow-md rounded-md">
|
||||
<canvas id="canvas" height="600" width="600"></canvas>
|
||||
</Pane>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user