From 410e6a15f4a9231000a5bb32951fc1136b7a1f71 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 18 Jan 2024 13:24:58 -0500 Subject: Fix missing tags and indent paragraphs in projcets. --- html/projects/Sketchbook_-_Motorcycles.tmpl.html | 3 ++- static/style.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/html/projects/Sketchbook_-_Motorcycles.tmpl.html b/html/projects/Sketchbook_-_Motorcycles.tmpl.html index 60b114d..176b9d3 100644 --- a/html/projects/Sketchbook_-_Motorcycles.tmpl.html +++ b/html/projects/Sketchbook_-_Motorcycles.tmpl.html @@ -7,7 +7,7 @@ {{define "main"}}

Project

-
+

{{.Post.Title}}

Various motorcycle sketches from my off-time.

@@ -20,5 +20,6 @@ +
{{end}} diff --git a/static/style.css b/static/style.css index 69765ba..3809d9f 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ a:hover:not(.thumbnail) { border-top: .12rem solid rgb(196, 196, 196); } +.projectContent p { + margin-left: 1.5rem; +} + .footer-logo { filter: invert(100%); height: 1rem; -- cgit v1.2.3