aboutsummaryrefslogtreecommitdiff
path: root/src/lib/components/footer
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/components/footer')
-rw-r--r--src/lib/components/footer/footer.svelte4
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>