diff --git a/front-end/src/App.svelte b/front-end/src/App.svelte index c943e65..72ffc79 100644 --- a/front-end/src/App.svelte +++ b/front-end/src/App.svelte @@ -140,6 +140,7 @@ main { flex: 1; + padding-bottom: 2rem; } .links { diff --git a/front-end/src/views/Share.svelte b/front-end/src/views/Share.svelte index dd827f4..8c40171 100644 --- a/front-end/src/views/Share.svelte +++ b/front-end/src/views/Share.svelte @@ -23,7 +23,7 @@ light, }, margin: 0, - width: 16 * rem, + width: 12 * rem, }); });