diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1ee2cf9..9e9dabd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -46,6 +46,9 @@ .buttons { margin-left: 25%; margin-right: 25%; - margin-bottom: 2em; + margin-bottom: 1em; + } + .buttons [role="button"] { + margin-bottom: 1em; } \ No newline at end of file