style: width and sizes fixes
This commit is contained in:
parent
0f0039138c
commit
ee94b224af
2 changed files with 8 additions and 8 deletions
|
|
@ -25,9 +25,9 @@ function Menubar() {
|
||||||
<DialogProvider>
|
<DialogProvider>
|
||||||
<UIMenubar className="rounded-none border-t-0 border-x-0 col-span-3">
|
<UIMenubar className="rounded-none border-t-0 border-x-0 col-span-3">
|
||||||
<div className="w-full flex items-center space-x-1 overflow-x-auto">
|
<div className="w-full flex items-center space-x-1 overflow-x-auto">
|
||||||
<Link to={{ pathname: "/" }} className="px-4 min-w-40 flex gap-2 items-center">
|
<Link to={{ pathname: "/" }} className="px-4 w-40 flex gap-2 items-center">
|
||||||
<BlockmaticIcon className="h-8" />
|
<BlockmaticIcon className="w-8" />
|
||||||
<BlockmaticText className="h-4 w-min" />
|
<BlockmaticText className="h-4" />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<FileMenu />
|
<FileMenu />
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,10 @@ function IndexPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="flex flex-col items-center font-inter">
|
<main className="flex flex-col items-center font-inter">
|
||||||
<header className="w-full flex justify-evenly p-8 z-10 gap-8">
|
<header className="max-w-2xl w-full flex justify-between my-8 px-4 z-10 gap-8">
|
||||||
<div className="flex gap-2 items-center">
|
<div className="flex gap-2 items-center max-w-48">
|
||||||
<BlockmaticIcon className="h-14" fill={"white"} />
|
<BlockmaticIcon className="w-14" fill={"white"} />
|
||||||
<BlockmaticText className="h-7" fill={"white"} />
|
<BlockmaticText className="w-full" fill={"white"} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
|
|
@ -101,7 +101,7 @@ function IndexPage() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="mt-32 mx-8 max-w-2xl">
|
<section className="mt-32 px-16 max-w-2xl">
|
||||||
<h1 className="text-5xl font-bold mb-2 text-center">Gallery</h1>
|
<h1 className="text-5xl font-bold mb-2 text-center">Gallery</h1>
|
||||||
<p className="mb-8 text-lg text-center">See examples of opening and placing art within Minecraft!</p>
|
<p className="mb-8 text-lg text-center">See examples of opening and placing art within Minecraft!</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue