| author | 2025-10-15 18:14:59 +0700 | |
|---|---|---|
| committer | 2025-10-15 18:14:59 +0700 | |
| commit | 739a4af71187e82fd58956e5ad36f0baefddf3c4 (patch) | |
| tree | ecd9e14fdffb24c89394bef0a6ad8e6cab66d9de /views/partials/general-page-footer.html | |
| parent | 454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1 (diff) | |
| download | web-739a4af71187e82fd58956e5ad36f0baefddf3c4.tar.gz web-739a4af71187e82fd58956e5ad36f0baefddf3c4.zip | |
feat: improve measurements in layout
Diffstat (limited to 'views/partials/general-page-footer.html')
| -rw-r--r-- | views/partials/general-page-footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-footer.html b/views/partials/general-page-footer.html index c0774f6..8979423 100644 --- a/views/partials/general-page-footer.html +++ b/views/partials/general-page-footer.html @@ -1,5 +1,5 @@ {{ block "footer" . }}{{ end }} -<p class="grow content-center text-base/[1] font-spectral italic text-right text-secondary mr-2"> +<p class="grow content-center text-base/[1] font-spectral italic text-right text-secondary mr-1"> All the photos on <a href="https://saya.today/">saya.today</a> are licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> by <a href="https://t.me/EarlInisMona">Saya Andy</a> © {{ .PublishedYear }} </p> <img class="max-w-4 max-h-4 self-center" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC"> |