Remove quit button, adjust padding
This commit is contained in:
parent
c0ce4a6058
commit
26f89e52b8
@ -22,7 +22,7 @@
|
|||||||
</marquee>
|
</marquee>
|
||||||
|
|
||||||
<div class="container mx-auto max-w-md">
|
<div class="container mx-auto max-w-md">
|
||||||
<h1 class="text-3xl text-center text-purple-400 font-bold">Hestia</h1>
|
<h1 class="text-3xl text-center text-purple-400 font-bold mt-4">Hestia</h1>
|
||||||
|
|
||||||
<div class="text-center my-4">
|
<div class="text-center my-4">
|
||||||
<img src="./assets/dancing_jesus.gif" class="img-fluid mx-auto rounded-lg shadow-lg" alt="Dancing Jesus">
|
<img src="./assets/dancing_jesus.gif" class="img-fluid mx-auto rounded-lg shadow-lg" alt="Dancing Jesus">
|
||||||
@ -91,10 +91,6 @@
|
|||||||
<button class="btn bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded w-full" id="set-feed-rate" name="reload">Set Feed Rate</button>
|
<button class="btn bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded w-full" id="set-feed-rate" name="reload">Set Feed Rate</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="controls-container bg-gray-800 p-6 rounded-lg shadow-lg" id="quitContainer">
|
|
||||||
<input class="btn bg-green-200 hover:bg-green-400 text-black font-bold py-2 px-4 rounded w-full" type="submit" id="reload" value="Refresh State" name="refresh">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user