From 9291b641da4e61e5fa7508debe3faf6c1e8d20e4 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 30 Nov 2025 09:56:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20styling=20for=20?= =?UTF-8?q?Servers=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + assets/css/components.css | 15 +++++++++++++++ content/servers.md | 10 ++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e97806b..7635b37 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ .vscode/ .DS_Store .env +codex.txt diff --git a/assets/css/components.css b/assets/css/components.css index 0d45f24..6d80a2c 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -127,3 +127,18 @@ .table { width: 100%; border-collapse: collapse; } .table th, .table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; } + +.spec-grid { + display: flex; + gap: var(--gap); + + div { + flex: 1; + + h2 { + border-bottom: 0.0625rem solid var(--border); + margin-bottom: 0.75rem; + padding-bottom: 0.25rem; + } + } +} diff --git a/content/servers.md b/content/servers.md index 09e4871..5a57d5d 100644 --- a/content/servers.md +++ b/content/servers.md @@ -8,7 +8,9 @@ nav: 1 All hosts running Docker containers utilize Portainer for container management and Watchtower (nickfedor fork) for automated container updates. -## Local Servers +
+
+

Local Servers

Banshee

@@ -126,8 +128,10 @@ All hosts running Docker containers utilize Portainer for container management a - phpMyAdmin
+
-## Remote Servers +
+

Remote Servers

Cyclops

@@ -252,3 +256,5 @@ All hosts running Docker containers utilize Portainer for container management a - Windows RDP for remote access
+
+