From 353fba1cdc1663e3de168976d017f31252400193 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 14 May 2025 21:41:52 -0700 Subject: [PATCH] styling pass --- layouts/default.html | 11 ++++++++++- log/001-static-sites-rework.doll | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/layouts/default.html b/layouts/default.html index f899fc4..8c24aa0 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -37,6 +37,7 @@ h6 { color: var(--bright1); margin-top: 2em; + margin-left: 0.4rem; } code { @@ -46,8 +47,16 @@ color: var(--middle1); } + ul { + margin: 0; + } + + .doll-section { + margin-left: 0.4rem; + } + .doll-inline { - margin-bottom: 1rem; + margin: 0.5rem 0; } .doll-code-block { diff --git a/log/001-static-sites-rework.doll b/log/001-static-sites-rework.doll index 6582644..f552ee3 100644 --- a/log/001-static-sites-rework.doll +++ b/log/001-static-sites-rework.doll @@ -68,7 +68,7 @@ description: getting automated deployments back in the dollhive - the "actions" ecosystem is okay but we wanted to cut down on runtime dependencies. - [link(https://woodpecker-ci.org/):woodpecker CI] - we chose woodpecker. it is similar to "actions" but offers more direct control, we like this. - - we already have nginx to be our "front of house", so.. yay + - we already have nginx to be our "front of house", so.. yay &the platform-y parts