Reduce page side margins by 50%

px-4 (1rem) to px-2 (0.5rem) to give more horizontal space for
long host names.
This commit is contained in:
Jeffrey Paul 2026-02-23 00:36:58 +07:00
parent 94169b8d65
commit a3feacb842

View File

@ -425,7 +425,7 @@ function hostRowHTML(host, index) {
function buildUI(state) { function buildUI(state) {
const app = document.getElementById("app"); const app = document.getElementById("app");
app.innerHTML = ` app.innerHTML = `
<div class="max-w-7xl mx-auto px-4 py-8"> <div class="max-w-7xl mx-auto px-2 py-8">
<header class="mb-8"> <header class="mb-8">
<div class="flex items-center justify-between mb-4"> <div class="flex items-center justify-between mb-4">
<h1 class="text-3xl font-bold text-white">NetWatch</h1> <h1 class="text-3xl font-bold text-white">NetWatch</h1>