diff --git a/src/lib/components/Questions.svelte b/src/lib/components/Questions.svelte index cb056b3..9cd7b92 100644 --- a/src/lib/components/Questions.svelte +++ b/src/lib/components/Questions.svelte @@ -294,6 +294,7 @@ background: transparent; border: none; color: white; + width: 100%; font-size: 1em; margin: 0 auto; width: fit-content; @@ -315,6 +316,7 @@ } section { + width: 80%; border-width: 30px; border-style: solid; border-image: url(/border.svg); diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 58ac62d..61cd7fb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -102,6 +102,7 @@ font-family: Parisienne; font-size: 2em; max-width: 500px; + width: 80%; margin: 0 auto; display: flex;