small improvements

This commit is contained in:
Nuno Coração 2024-03-10 16:46:05 +00:00
parent e9e1a9761b
commit 1676cc965f
4 changed files with 9 additions and 12 deletions

View file

@ -2658,11 +2658,6 @@ input[type="range"]:active::-webkit-slider-thumb {
padding-right:1.5rem
}
.px-8 {
padding-left:2rem;
padding-right:2rem
}
.px-\[0\.4rem\] {
padding-left:0.4rem;
padding-right:0.4rem

View file

@ -3,11 +3,6 @@ title: "Welcome to Blowfish! :tada:"
description: "This page was built using the Blowfish theme for Hugo."
---
```node
npx blowfish-tools
```
{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
@ -25,3 +20,10 @@ npx blowfish-tools
</div>
```node
npx blowfish-tools
```
{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}

View file

@ -30,7 +30,7 @@
</div>
{{ end }}
</div>
<div class="relative px-8 py-16 flex flex-col items-center justify-center text-center">
<div class="relative px-1 py-1 flex flex-col items-center justify-center text-center">
{{ with .Site.Author.image }}
{{ $authorImage := "" }}
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}

View file

@ -2,7 +2,7 @@
<article class="{{ if not .Site.Params.homepage.showRecent }}
h-full
{{ end }} flex flex-col items-center justify-center text-center">
<header class="flex flex-col items-center mb-3">
<header class="relative px-1 py-1 flex flex-col items-center mb-3">
{{ with .Site.Author.image }}
{{ $authorImage := "" }}
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}