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 +