type and title adjustments

This commit is contained in:
Thomas Smith 2023-03-28 15:20:10 -04:00
parent 96cdabe6b2
commit 0af13f31ca
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
{{ if .Params.featured_image }} {{ if .Params.featured_image }}
<img class="featured-image mb-3" src="{{ .Params.featured_image }}" alt="{{ .Title }}" /> <img class="featured-image mb-3" src="{{ .Params.featured_image }}" alt="{{ .Title }}" />
{{ end }} {{ end }}
<a class="display-6" href="{{ .RelPermalink }}">{{ .Title }}</a><br> <a class="subhead" href="{{ .RelPermalink }}"><h3>{{ .Title }}</h3></a>
<span class="grid-gray">{{ .Date.Format "2006-01-02" }}</span> <span class="grid-gray">{{ .Date.Format "2006-01-02" }}</span>
<span class="preview-content">{{ .Content }}</span> <span class="preview-content">{{ .Content }}</span>
</div> </div>

View file

@ -105,7 +105,7 @@ a.nav-link:hover{
border-bottom: 1px solid #00ffd0; border-bottom: 1px solid #00ffd0;
} }
/* Breakpoint-Specific Typography */ /* Breakpoint-Specific Typography
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {