Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Mar 10, 2024
1 parent e9e1a97 commit 1676cc9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions exampleSite/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -25,3 +20,10 @@ npx blowfish-tools
</div>


```node
npx blowfish-tools
```

{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}


2 changes: 1 addition & 1 deletion layouts/partials/home/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:") }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/home/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:") }}
Expand Down

0 comments on commit 1676cc9

Please sign in to comment.