diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 00132c3..66f67ea 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,7 +5,7 @@ </h1> {{ with .Params.subtitle }} - <h3 class="f3 baskerville my-4 p-1">{{ . }}</h3> + <h3 class="text-2xl baskerville my-4 p-1">{{ . }}</h3> {{ end }} {{ partial "meta_links.html" . }} |