mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
commit
2c3cbeb0ae
4 changed files with 2 additions and 10 deletions
|
@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
/* Custom */
|
/* Custom */
|
||||||
|
|
||||||
.min-w-prose {
|
|
||||||
min-width: 65ch;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
|
|
|
@ -339,10 +339,6 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
/* Custom */
|
/* Custom */
|
||||||
|
|
||||||
.min-w-prose {
|
|
||||||
@apply min-w-[65ch];
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
{{ partial "series.html" . }}
|
{{ partial "series.html" . }}
|
||||||
|
|
||||||
<div class="max-w-prose min-w-prose mb-20">
|
<div class="max-w-prose mb-20">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.38.2",
|
"version": "2.38.3",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
||||||
|
|
Loading…
Reference in a new issue