From e1d1061e522ca2baebd01e9a893d56d988205bef Mon Sep 17 00:00:00 2001
From: rawleyIfowler
Date: Sun, 20 Feb 2022 17:26:20 -0600
Subject: [PATCH] added h4 styles
---
static/index.css | 6 ++++++
templates/resume.tmpl | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/static/index.css b/static/index.css
index 3a9caf0..f773728 100644
--- a/static/index.css
+++ b/static/index.css
@@ -52,6 +52,12 @@ h3 {
margin-bottom: 12px;
}
+h4 {
+ font-size: 1.2em;
+ font-weight: 500;
+ margin-bottom: 6px;
+}
+
p {
font-size: 1.1em;
font-weight: 500;
diff --git a/templates/resume.tmpl b/templates/resume.tmpl
index 291f7e8..fe7998d 100644
--- a/templates/resume.tmpl
+++ b/templates/resume.tmpl
@@ -48,7 +48,7 @@
A free and open source community based blogging application similar to Stack Exchange.
-
+
A simple bash utility designed to save time when parsing files against patterns.
{{ template "footer_no_banners.tmpl" . }}