Slightly changed button color and changed body height to be min-100vh
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user