Slightly changed button color and changed body height to be min-100vh
This commit is contained in:
parent
c74bdeba72
commit
803c5bbdbd
@ -33,7 +33,7 @@ textarea {
|
||||
}
|
||||
|
||||
.btn {
|
||||
@apply bg-slate-50 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100;
|
||||
@apply bg-slate-200 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100;
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
|
@ -8,7 +8,7 @@
|
||||
<link href="/web/static/css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body class="flex flex-col justify-between min-h-[100dvh] bg-slate-50">
|
||||
<body class="flex flex-col justify-between min-h-screen bg-slate-50">
|
||||
<header class="my-8">
|
||||
<h1 class="font-bold text-4xl text-center">Orient Editor</h1>
|
||||
</header>
|
||||
|
Loading…
x
Reference in New Issue
Block a user