aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-17 01:49:53 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-17 01:49:53 -0400
commit6024927cf47182c91b17b90f93bdc8187c82b69f (patch)
tree19671e7ef6911bb1e18f5cd0bf78263791ace09f /generators/hugo/themes
parentadbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c (diff)
downloadthedroneely.com-6024927cf47182c91b17b90f93bdc8187c82b69f.tar.gz
thedroneely.com-6024927cf47182c91b17b90f93bdc8187c82b69f.tar.bz2
thedroneely.com-6024927cf47182c91b17b90f93bdc8187c82b69f.zip
hugo/layouts/_default/single: Increase title font size
Diffstat (limited to 'generators/hugo/themes')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 89592f7..80339e3 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -4,7 +4,7 @@
<div class="columns is-centered">
<div class="column is-7">
<article class="content document">
- <h2 class="title is-3 serif">{{ .Title }}</h2>
+ <h2 class="title is-2 serif">{{ .Title }}</h2>
<p class="subtitle is-6 has-text-grey-dark">
{{- partial "page-meta.html" . -}}