Skip to content

Commit 0b218e8

Browse files
committed
fix: stacking social logo fix
1 parent e6fb307 commit 0b218e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@
1212
font-size: 18px;
1313
}
1414

15+
.social-logos {
16+
width:90px;
17+
}
18+
1519
</style>
1620

1721
<center>
1822
<p class="index-content">Welcome - This website is under construction</p>
23+
<div class="social-logos">
1924
<a href="https://www.linkedin.com/in/anders-l-hurum/">
2025
<img src="http://www.theredbrickroad.com/wp-content/uploads/2017/05/linkedin-logo-copy-460x460.png" alt="linkedin logo" height="42" width="42">
2126
</a>
2227
<a href="http://github.com/peakbreaker">
2328
<img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" alt="github logo" height="42" width="42">
2429
</a>
30+
</div>
2531
</center>

0 commit comments

Comments
 (0)