mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
Refactor login page header for improved layout
This commit is contained in:
parent
8059b0e541
commit
6ca1b2ac97
@ -23,7 +23,6 @@ import Cookies from "js-cookie";
|
|||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
const [username, setUsername] = useState('');
|
const [username, setUsername] = useState('');
|
||||||
const [password, setPassword] = useState('');
|
const [password, setPassword] = useState('');
|
||||||
@ -56,6 +55,9 @@ export default function Home() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col min-h-screen items-center justify-center gap-6 ">
|
<div className="flex flex-col min-h-screen items-center justify-center gap-6 ">
|
||||||
|
<div className="flex flex-col items-center md:pb-4">
|
||||||
|
<h1 className="text-2xl md:text-4xl lg:text-8xl font-bold">CoreControl</h1>
|
||||||
|
</div>
|
||||||
<Card className="w-1/3">
|
<Card className="w-1/3">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="text-2xl">Login</CardTitle>
|
<CardTitle className="text-2xl">Login</CardTitle>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user