Skip to content

Commit

Permalink
Merge pull request #858 from nunocoracao/dev
Browse files Browse the repository at this point in the history
🔖 v2.38.3
  • Loading branch information
nunocoracao authored Jul 29, 2023
2 parents a7998e4 + 126dfa7 commit 2c3cbeb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) {

/* Custom */

.min-w-prose {
min-width: 65ch;
}

.thumbnail {
min-width: 300px;
height: 180px;
Expand Down
4 changes: 0 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ body:has(#menu-controller:checked) {

/* Custom */

.min-w-prose {
@apply min-w-[65ch];
}

.thumbnail {
min-width: 300px;
height: 180px;
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">

{{ partial "series.html" . }}

<div class="max-w-prose min-w-prose mb-20">
<div class="max-w-prose mb-20">
{{ .Content | emojify }}
</div>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.38.2",
"version": "2.38.3",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
Expand Down

0 comments on commit 2c3cbeb

Please sign in to comment.