slight gradient and margin change

pull/5/head
Drew Bednar 8 months ago
parent ee60bb172b
commit 0b28b16954

@ -6,12 +6,12 @@
<title>Web Serial Console</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="h-full m-0 p-0 bg-neutral-100 mx-5">
<body class="min-h-screen m-0 p-0 bg-gradient-to-b from-neutral-100 to-neutral-50">
<div class="flex flex-col h-3/4" id="container">
<div class="p-5" id="top-half">
<h1 class="italic text-3xl font-bold mb-4">Web Serial Console</h1>
<hr class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-4 space-y-4 md:space-y-0">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2 space-y-4 md:space-y-0">
<div class="flex flex-col md:flex-row items-start md:items-center space-y-4 md:space-y-0 md:space-x-4">
<div class="flex flex-col md:flex-row items-start md:items-center space-y-4 md:space-y-0 md:space-x-4">
<label for="serial-select" class="text-sm font-medium leading-6 text-gray-900">Port:</label>