mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 08:21:53 +02:00
final
This commit is contained in:
parent
aa4f5aa80b
commit
ae18817eb0
3 changed files with 3 additions and 5 deletions
|
@ -1866,8 +1866,8 @@ select {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-2 {
|
.p-1\.5 {
|
||||||
padding: 0.5rem;
|
padding: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-1 {
|
.p-1 {
|
||||||
|
|
|
@ -44,8 +44,6 @@ Real websites that are built with Blowfish.
|
||||||
| [spelucin.me](https://spelucin.me) | Personal site |
|
| [spelucin.me](https://spelucin.me) | Personal site |
|
||||||
| [insidemordecai.com](https://insidemordecai.com) | Personal site |
|
| [insidemordecai.com](https://insidemordecai.com) | Personal site |
|
||||||
| [sajayprakash.com](https://sajayprakash.com) | Personal site |
|
| [sajayprakash.com](https://sajayprakash.com) | Personal site |
|
||||||
| [tabletopflore.com](https://www.tabletopflore.com/) | Personal site |
|
|
||||||
|
|
||||||
|
|
||||||
{{< alert >}}
|
{{< alert >}}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{{ with . }}
|
{{ with . }}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="m-1 p-2 rounded bg-neutral-300 p-1 text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800"
|
class="m-1 rounded bg-neutral-300 p-1.5 text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800"
|
||||||
href="{{ printf .url $.Permalink $.Title }}"
|
href="{{ printf .url $.Permalink $.Title }}"
|
||||||
title="{{ i18n .title }}"
|
title="{{ i18n .title }}"
|
||||||
aria-label="{{ i18n .title }}"
|
aria-label="{{ i18n .title }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue