From 85665170e4624f86ed089c615f9fc83dc2e93a9f Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 26 Jun 2023 10:09:38 +0900 Subject: [PATCH] feat(main): improve max width stuff --- apps/main/src/routes/+page.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/main/src/routes/+page.svelte b/apps/main/src/routes/+page.svelte index a8940ce..a251a76 100644 --- a/apps/main/src/routes/+page.svelte +++ b/apps/main/src/routes/+page.svelte @@ -63,7 +63,7 @@ margin-bottom: 1rem; - width: 95%; + width: calc(100% - 2rem); max-width: 64rem; th { @@ -114,6 +114,7 @@ @@ -125,6 +126,8 @@ class={css` margin-top: 3rem; display: flex; + flex-wrap: wrap; + max-width: calc(100% - 2rem); gap: 1.5rem; `} >