Fixes footer layout
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
<footer>
|
||||
<div class="footer-container">
|
||||
<div class="footer-content">
|
||||
<SocialIcons/>
|
||||
<a href="/privacy-policy"
|
||||
class="footer-link">Privacy Policy</a>
|
||||
|
||||
<p class="footer-text">
|
||||
© @DateTime.Now.Year Beau Findlay. All rights reserved.
|
||||
</p>
|
||||
|
||||
<SocialIcons/>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user