diff --git a/src/components/Article/Article.svelte b/src/components/Article/Article.svelte index f5ed0473..d85958ce 100644 --- a/src/components/Article/Article.svelte +++ b/src/components/Article/Article.svelte @@ -5,7 +5,7 @@ /** Add an id to the article tag to target it with custom CSS. */ export let id: string | null = null; - /** ARIA role of the article. */ + /** ARIA role of the article */ export let role: string | null = null; interface ColumnWidths { diff --git a/src/components/Block/Block.svelte b/src/components/Block/Block.svelte index 1cce3606..0484fb2c 100644 --- a/src/components/Block/Block.svelte +++ b/src/components/Block/Block.svelte @@ -47,7 +47,7 @@ } &.narrow { - max-width: var(--narrow-column-width, 330px); + max-width: var(--narrow-column-width, 510px); } &.wide { diff --git a/src/components/PhotoPack/PhotoPack.stories.svelte b/src/components/PhotoPack/PhotoPack.stories.svelte index 4e3e0476..d01a351b 100644 --- a/src/components/PhotoPack/PhotoPack.stories.svelte +++ b/src/components/PhotoPack/PhotoPack.stories.svelte @@ -144,7 +144,7 @@ />