Set page side margins to 10% for balanced layout
This commit is contained in:
parent
bc612daf22
commit
ca67f65242
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user