fix: responsiveness
This commit is contained in:
parent
e604807914
commit
256ffc4370
3 changed files with 11 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue