aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-11-01 23:40:00 -0500
committerThedro Neely <thedroneely@gmail.com>2020-11-01 23:40:00 -0500
commit67f144eb33fca8eb820a1676982c527181586a79 (patch)
tree2f0090ad525c4841022094768774c37afb8b4300 /generators/hugo/themes/tdro/layouts/shortcodes
parent63a32727bfe50b1c85c15ae27101652133f6a9dc (diff)
downloadthedroneely.com-67f144eb33fca8eb820a1676982c527181586a79.tar.gz
thedroneely.com-67f144eb33fca8eb820a1676982c527181586a79.tar.bz2
thedroneely.com-67f144eb33fca8eb820a1676982c527181586a79.zip
generators/hugo/layouts/shortcodes/smallcaps: Increase font size
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html b/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
index 31c4c34..a0a2983 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
@@ -1 +1 @@
-<span class="is-small-caps">{{ .Get `set` }}</span>
+<span style="line-height: 0;" class="is-small-caps is-size-3">{{ .Get `set` }}</span>