fix: forgot a max-width on the image!
This commit is contained in:
parent
8788ae1a70
commit
19948821ba
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const { grouped, categories: sortedCategories } = organizePostsByCategory(posts,
|
||||||
|
|
||||||
<p class="muted">logged in as {session.user?.name} <a href="/api/auth/signout">sign out</a></p>
|
<p class="muted">logged in as {session.user?.name} <a href="/api/auth/signout">sign out</a></p>
|
||||||
|
|
||||||
<img src={map.src} alt="Drakkenheim map" />
|
<img src={map.src} alt="Drakkenheim map" style="max-width: 100%; height: auto;" />
|
||||||
|
|
||||||
{sortedCategories.length === 0 ? (
|
{sortedCategories.length === 0 ? (
|
||||||
<p class="muted">nothing here</p>
|
<p class="muted">nothing here</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue