mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
space elements via the parent, remove margins
This commit is contained in:
parent
086c767ed6
commit
688caa02c5
@ -5,7 +5,7 @@ import Memory from "./memory";
|
|||||||
export default function Resources({ options }) {
|
export default function Resources({ options }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="pr-2 flex flex-col mr-2">
|
<div className="pr-2 flex flex-col">
|
||||||
<div className="flex flex-row space-x-4">
|
<div className="flex flex-row space-x-4">
|
||||||
{options.disk && <Disk options={options} />}
|
{options.disk && <Disk options={options} />}
|
||||||
{options.cpu && <Cpu />}
|
{options.cpu && <Cpu />}
|
||||||
|
@ -29,7 +29,7 @@ export default function Home() {
|
|||||||
<title>Welcome</title>
|
<title>Welcome</title>
|
||||||
</Head>
|
</Head>
|
||||||
<div className="w-full container m-auto flex flex-col h-screen justify-between">
|
<div className="w-full container m-auto flex flex-col h-screen justify-between">
|
||||||
<div className="flex flex-wrap m-8 pb-4 mt-10 border-b-2 border-theme-800 dark:border-theme-200">
|
<div className="flex flex-wrap space-x-4 m-8 pb-4 mt-10 border-b-2 border-theme-800 dark:border-theme-200">
|
||||||
{widgets && (
|
{widgets && (
|
||||||
<>
|
<>
|
||||||
{widgets
|
{widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user