File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
< div class ="footer-wrapper ">
3
3
< aside class ="footer-module " role ="complementary ">
4
4
< 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 }}.
6
6
< a href ="/about "> Learn more about me</ a > , or < a href ="mailto:{{ site.data.bio.email }} "> get in touch</ a > .</ p >
7
7
</ aside >
8
8
9
9
< aside class ="footer-module " role ="complementary ">
10
10
< h2 class ="footer-module-heading "> Elsewhere</ h2 >
11
- < ul class ="footer-module-content ">
11
+ < ul class ="footer-module-content plain-list ">
12
12
< li > < a href ="https://twitter.com/kevinSuttle " title ="You should follow me on Twitter. " rel ="external "> Twitter</ a > </ li >
13
13
< li > < a href ="https://github.com/kevinSuttle " title ="Check out my code on Github. See what I did there? " rel ="external "> GitHub</ a > </ li >
14
14
< li > < a href ="https://linkedin.com/in/kevinsuttle " title ="I'm open to connect on LinkedIn " rel ="external "> LinkedIn</ a > </ li >
15
15
</ ul >
16
16
</ aside >
17
17
</ div >
18
- </ footer >
18
+ </ footer >
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ article {
138
138
139
139
.footer-module {
140
140
padding : 1.5em 0 1em ;
141
+ margin-bottom : 1.5em ;
141
142
142
143
.footer-content {
143
144
margin-top : 0 ;
You can’t perform that action at this time.
0 commit comments