mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
🎨 Adjust margin-top of author links for a more balanced look.
This commit is contained in:
parent
ad79f8f19e
commit
b97bd9a0fc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
{{ . | markdownify | emojify }}
|
{{ . | markdownify | emojify }}
|
||||||
</h2>
|
</h2>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="mt-1 mb-10 text-2xl">
|
<div class="mt-3 mb-10 text-2xl">
|
||||||
{{ with .Site.Author.links }}
|
{{ with .Site.Author.links }}
|
||||||
<div class="flex flex-wrap">
|
<div class="flex flex-wrap">
|
||||||
{{ range $links := . }}
|
{{ range $links := . }}
|
||||||
|
|
Loading…
Reference in a new issue