diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-31 01:04:10 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-31 01:04:10 +0200 |
| commit | 852ee620f0a2f6a83cf83eba860ca951b66bb7e2 (patch) | |
| tree | 3b1db871625c89f08c3c6422c135f84ec116943b /src/lib/components/footer | |
| parent | d2cd7f1b4c318ac8587ab3dc1dec4a44b6d592fe (diff) | |
Use supabase
Diffstat (limited to 'src/lib/components/footer')
| -rw-r--r-- | src/lib/components/footer/footer.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/components/footer/footer.svelte b/src/lib/components/footer/footer.svelte index e2db937..f24c54b 100644 --- a/src/lib/components/footer/footer.svelte +++ b/src/lib/components/footer/footer.svelte @@ -7,10 +7,10 @@ </script> <footer - class="col-start-1 col-span-12 border-t-2 border-t-black border-solid" + class="col-start-1 col-span-12 border-t border-t-black border-solid" title={$_('footer.title')} > - <ul class="p-0"> + <ul class="py-2"> <li class="inline m-1">{@html $_('footer.license', { values: { licenseUrl } })}</li> <li class="inline m-1">{$_('footer.choose_language')}: <LanguageSelector /></li> </ul> |