fix: footer icon size
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
<li>
|
||||
<!-- eslint-disable-next-line svelte/no-navigation-without-resolve -->
|
||||
<a href={links.linkedin} target="_blank">
|
||||
<span class="icon">
|
||||
<Linkedin class="icon" />
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{/if}
|
||||
@@ -19,7 +21,9 @@
|
||||
<li>
|
||||
<!-- eslint-disable-next-line svelte/no-navigation-without-resolve -->
|
||||
<a href={links.git} target="_blank">
|
||||
<span class="icon">
|
||||
<Github class="icon" />
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{/if}
|
||||
@@ -74,8 +78,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user