Fix responsive design elements

This commit is contained in:
Fred Boniface
2023-06-16 12:38:32 +01:00
parent 5ec325e8a5
commit 005f05b738
4 changed files with 18 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
<footer>
{#each links as item}
<a href={item.path} class:active={$page.url.pathname == item.path}>
<img src="{item.svgPath}" alt="">
<img src="{item.svgPath}" alt="{item.title}">
<br>
<span>{item.title}</span>
</a>