br was in the wrong place
This commit is contained in:
parent
f2e83bc524
commit
2be5baa89c
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
||||||
<section class="socials">
|
<section class="socials">
|
||||||
<div class="floating">
|
<div class="floating">
|
||||||
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
|
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
{{#each social}}
|
{{#each social}}
|
||||||
<div id="{{name}}" ><a href="https://{{link}}">{{name}}</a></div>
|
<div id="{{name}}" ><a href="https://{{link}}">{{name}}</a></div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Reference in a new issue