Update styling

This commit is contained in:
Skylar Grant 2024-08-14 20:34:31 -04:00
parent 470d00f468
commit c7ffc0c296
1 changed files with 7 additions and 7 deletions

View File

@ -43,14 +43,14 @@
</table> </table>
<form action="/" method="post"> <form action="/" method="post">
<!-- Start | Shutdown | Reload Settings --> <!-- Start | Shutdown | Reload Settings -->
<div class="button-container flex justify-between space-x-4"> <div class="button-container flex">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="igniter-toggle-btn" value="Toggle Igniter" name="igniterToggle"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 w-full rounded mx-auto" type="submit" id="igniter-toggle-btn" value="Toggle Igniter" name="igniterToggle">
</div> </div>
<div class="button-container flex justify-between space-x-4 mt-4"> <div class="button-container flex mt-4">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="exhaust-toggle-btn" value="Toggle Exhaust" name="exhaustToggle"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 w-full rounded mx-auto" type="submit" id="exhaust-toggle-btn" value="Toggle Exhaust" name="exhaustToggle">
</div> </div>
<div class="button-container flex justify-between space-x-4 mt-4"> <div class="button-container flex mt-4">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="auger-toggle-btn" value="Toggle Auger" name="augerToggle"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 w-full rounded mx-auto" type="submit" id="auger-toggle-btn" value="Toggle Auger" name="augerToggle">
</div> </div>
<!-- Set feed rates --> <!-- Set feed rates -->
@ -65,7 +65,7 @@
</select> </select>
</div> </div>
<div class="button-container flex justify-end mt-4"> <div class="button-container flex justify-end mt-4">
<input class="btn bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded" type="submit" id="reload" value="Set Feed Rate" name="reload"> <input class="btn bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded w-full" type="submit" id="reload" value="Set Feed Rate" name="reload">
</div> </div>
</form> </form>
</div> </div>