diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d5391b9..d28ffdc 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -6,11 +6,19 @@ Board Game Geek.

If you want to be added to the list of sellers, you can send me a - BGG mail. + BGG + mail. All I need is your BGG username, and I'll be able to gather + all your games tagged For Trade. If there is a price mentioned in + the Trading Notes of the game (that is, any number prefixed with + a $), it'll be assumed to be the asking price.

+ +

Have questions, suggestions, anything else? Discussion of this service happens in the Ottawa Guild.

+
@@ -61,6 +69,7 @@ // TODO hide games I'm not interested in // TODO add cart // TODO prettify via beercss + // TODO use https://github.com/dasDaniel/svelte-table#readme import { DataHandler, Search } from '@vincjo/datatables' export let data; @@ -79,6 +88,8 @@ } p { font-size: var(--font-size-10); + max-width: 60em; + text-align: justify; } a { color: var(--primary);