Set page side margins to 10% for balanced layout

This commit is contained in:
Jeffrey Paul 2026-02-23 00:39:22 +07:00
parent bc612daf22
commit ca67f65242

View File

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