diff --git a/blog/index.html b/blog/index.html index 742a7c3..bbaaa55 100644 --- a/blog/index.html +++ b/blog/index.html @@ -30,7 +30,7 @@ 2026-03-03 - + When programming, we try to develop something, but we also develop @@ -38,7 +38,7 @@ problem, but we find ourselves struggling. Who or what can we turn to? A duck! 🦆 - + Read more... diff --git a/style.css b/style.css index b142b98..7b74736 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ --tetradic-green: #80f080; /* Green-ish */ --tetradic-blue: #8080f0; /* Blue-ish */ } + body { font-family: sans-serif; max-width: 40em; @@ -14,6 +15,7 @@ body { } :is(header, main) > section:not(:first-child), +article > section, footer, h3 { margin: 4em auto 2em; @@ -22,11 +24,12 @@ h3 { footer { padding-bottom: 2em; } + header { padding-top: 2em; } -h2 { +:not(article) > h2 { border: black 1.5pt solid; width: max-content; padding: 5px 10px; @@ -81,11 +84,13 @@ nav { display: grid; grid-template-columns: 1fr 1fr; } + .date-posted { display: grid; justify-content: end; font-weight: bold; } + .author { font-style: italic; }
When programming, we try to develop something, but we also develop @@ -38,7 +38,7 @@ problem, but we find ourselves struggling. Who or what can we turn to?