fix: responsiveness

This commit is contained in:
Alexander Daichendt 2022-07-26 23:52:14 +02:00
parent e604807914
commit 256ffc4370
3 changed files with 11 additions and 5 deletions

View file

@ -82,11 +82,13 @@
</ul>
<h2>Highlighted Projects</h2>
{#each PROJECTS as project}
<ListItem>
<Link href={project.href}>{project.name}</Link> - {project.description}
</ListItem>
{/each}
<ul>
{#each PROJECTS as project}
<ListItem>
<Link href={project.href}>{project.name}</Link> - {project.description}
</ListItem>
{/each}
</ul>
<style>
</style>