From fd85afd325f67651379215793b5acedd273a332d Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 18 Sep 2025 10:42:01 -0500 Subject: Switch from id to class styling for consistency. --- html/index.tmpl.html | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.tmpl.html b/html/index.tmpl.html index 4a90022..c58ee71 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -14,7 +14,7 @@ {{ end }} {{ define "main" }} -
+

ScerbaDotOrg

The personal website of Alex Scerba.

diff --git a/static/style.css b/static/style.css index 52f06a6..e2ec0f6 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ main { margin-right: auto; } -article, #intro, .main-bg, .entries { +article, .main-bg, .entries { padding: 2.5rem 3rem; background-color: white; box-shadow: 0 0 1em 0.4em rgb(224, 224, 224); -- cgit v1.2.3