From 410e6a15f4a9231000a5bb32951fc1136b7a1f71 Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Thu, 18 Jan 2024 13:24:58 -0500
Subject: Fix missing tags and indent paragraphs in projcets.

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'static')

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