Skip to content

Commit 5c3acbc

Browse files
committed
Tweak footer
Signed-off-by: Kevin Suttle <kevin@suttle.email>
1 parent 19984d5 commit 5c3acbc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<div class="footer-wrapper">
33
<aside class="footer-module" role="complementary">
44
<h2 class="footer-module-heading">About me</h2>
5-
<p class="footer-module-content">My name is {{ site.data.bio.handle }}. I'm a {{ site.data.bio.jobtitle }}
5+
<p class="footer-module-content">My name is {{ site.data.bio.handle }}. I'm a {{ site.data.bio.jobtitle }}.
66
<a href="/about">Learn more about me</a>, or <a href="mailto:{{ site.data.bio.email }}">get in touch</a>.</p>
77
</aside>
88

99
<aside class="footer-module" role="complementary">
1010
<h2 class="footer-module-heading">Elsewhere</h2>
11-
<ul class="footer-module-content">
11+
<ul class="footer-module-content plain-list">
1212
<li><a href="https://twitter.com/kevinSuttle" title="You should follow me on Twitter." rel="external">Twitter</a></li>
1313
<li><a href="https://github.com/kevinSuttle" title="Check out my code on Github. See what I did there?" rel="external">GitHub</a></li>
1414
<li><a href="https://linkedin.com/in/kevinsuttle" title="I'm open to connect on LinkedIn" rel="external">LinkedIn</a></li>
1515
</ul>
1616
</aside>
1717
</div>
18-
</footer>
18+
</footer>

_sass/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ article {
138138

139139
.footer-module {
140140
padding: 1.5em 0 1em;
141+
margin-bottom: 1.5em;
141142

142143
.footer-content {
143144
margin-top: 0;

0 commit comments

Comments
 (0)