aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-26 21:38:40 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-26 21:38:40 -0400
commitcc6b690df2ac999a2702daab050b3465fd18231f (patch)
tree36147ec53d41c99ec500b9b6110adba6e92e1c24 /generators/hugo/themes/tdro/layouts
parent57e01f25875ca4718b5ce0d7ef291a71952174e6 (diff)
downloadthedroneely.com-cc6b690df2ac999a2702daab050b3465fd18231f.tar.gz
thedroneely.com-cc6b690df2ac999a2702daab050b3465fd18231f.tar.bz2
thedroneely.com-cc6b690df2ac999a2702daab050b3465fd18231f.zip
hugo/layouts/_default/single: Increase article title font size
Diffstat (limited to 'generators/hugo/themes/tdro/layouts')
-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 888bbfe..e26de73 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 serif">{{ .Title }}</h2>
+ <h2 class="title is-3 serif">{{ .Title }}</h2>
<p class="subtitle is-6 has-text-grey-dark">
{{- partial "page-meta.html" . -}}