aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-29 16:28:05 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-29 16:28:05 -0500
commit0cda6b9d1987c86c1dd16ac7bfcfb94116e05605 (patch)
tree41fa18515cd4f3b5792a1289a8f76e4bc264092d /generators/hugo/themes/tdro/layouts
parent75d40a2b50f6320c61f58729d22613899b192d73 (diff)
downloadthedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.tar.gz
thedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.tar.bz2
thedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.zip
public/css/tdro: Alignment
Diffstat (limited to 'generators/hugo/themes/tdro/layouts')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/archive.html b/generators/hugo/themes/tdro/layouts/_default/archive.html
index 7f3d877..152de19 100644
--- a/generators/hugo/themes/tdro/layouts/_default/archive.html
+++ b/generators/hugo/themes/tdro/layouts/_default/archive.html
@@ -13,7 +13,7 @@
{{ range (where .Pages "Type" $type) }}
{{ if (eq ($.Scratch.Get "count") 1) }}
{{ $.Scratch.Set "count" 0 }}
- <h1 class="title is-4 has-text-weight-normal">{{ .Date.Format "2006" }}</h1>
+ <h1 class="title is-4 has-text-weight-normal has-padding-left-md has-margin-bottom-lg">{{ .Date.Format "2006" }}</h1>
{{ end }}
{{ end }}