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