Merge pull request #152 from nunocoracao/150-fix-prose-width

fixed width in Term partials
This commit is contained in:
Nuno Coração 2022-10-20 23:28:58 +01:00 committed by GitHub
commit 890958d6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
</div>
</section>
{{ end }}
<section class="mt-5 space-y-10 max-w-prose">
<section class="mt-5 space-y-10 w-full">
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.4.2",
"version": "2.4.3",
"description": "Blowfish theme for Hugo",
"scripts": {
"preinstall": "rimraf assets/vendor",