added h4 styles

This commit is contained in:
rawleyIfowler
2022-02-20 17:26:20 -06:00
parent a9b336b2e7
commit e1d1061e52
2 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,12 @@ h3 {
margin-bottom: 12px; margin-bottom: 12px;
} }
h4 {
font-size: 1.2em;
font-weight: 500;
margin-bottom: 6px;
}
p { p {
font-size: 1.1em; font-size: 1.1em;
font-weight: 500; font-weight: 500;

View File

@@ -48,7 +48,7 @@
A free and open source community based blogging application similar to <a href="https://stackexchange.com">Stack Exchange</a>. A free and open source community based blogging application similar to <a href="https://stackexchange.com">Stack Exchange</a>.
</p> </p>
<p> <p>
<h4><a href="https://gitlab.com/rawleyIfowler/parser">parser</a></h4> <h4><a href="https://gitlab.com/rawleyIfowler/parser">parser</a></h4>
A simple bash utility designed to save time when parsing files against patterns. A simple bash utility designed to save time when parsing files against patterns.
</p> </p>
{{ template "footer_no_banners.tmpl" . }} {{ template "footer_no_banners.tmpl" . }}