mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06: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;
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding: 0.5rem;
|
||||
.p-1\.5 {
|
||||
padding: 0.375rem;
|
||||
}
|
||||
|
||||
.p-1 {
|
||||
|
|
|
@ -44,8 +44,6 @@ Real websites that are built with Blowfish.
|
|||
| [spelucin.me](https://spelucin.me) | Personal site |
|
||||
| [insidemordecai.com](https://insidemordecai.com) | Personal site |
|
||||
| [sajayprakash.com](https://sajayprakash.com) | Personal site |
|
||||
| [tabletopflore.com](https://www.tabletopflore.com/) | Personal site |
|
||||
|
||||
|
||||
{{< alert >}}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{{ with . }}
|
||||
<a
|
||||
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 }}"
|
||||
title="{{ i18n .title }}"
|
||||
aria-label="{{ i18n .title }}"
|
||||
|
|
Loading…
Reference in a new issue