Merge pull request #858 from nunocoracao/dev

🔖 v2.38.3
This commit is contained in:
Nuno Coração 2023-07-29 22:18:51 +01:00 committed by GitHub
commit 2c3cbeb0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 10 deletions

View file

@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
min-width: 65ch;
}
.thumbnail {
min-width: 300px;
height: 180px;

View file

@ -339,10 +339,6 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
@apply min-w-[65ch];
}
.thumbnail {
min-width: 300px;
height: 180px;

View file

@ -77,7 +77,7 @@
{{ partial "series.html" . }}
<div class="max-w-prose min-w-prose mb-20">
<div class="max-w-prose mb-20">
{{ .Content | emojify }}
</div>

View file

@ -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",