File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="footer-links "> < a href ="http://rust-lang.org/ "> More about Rust</ a > — < a href ="http://doc.rust-lang.org/guide.html "> Jump straight in</ a > </ div >
2
+
1
3
< footer class ="site-footer ">
2
4
3
5
< div class ="wrapper ">
4
-
5
- < h2 class ="footer-heading "> {{ site.title }}</ h2 >
6
-
7
6
< div class ="footer-col-wrapper ">
8
7
< div class ="footer-col footer-col-1 ">
9
- < ul class ="contact-list ">
10
- < li > {{ site.title }}</ li >
11
- < li > < a href ="mailto:{{ site.email }} "> {{ site.email }}</ a > </ li >
12
- </ ul >
8
+ < h2 class ="footer-heading "> {{ site.title }}</ h2 >
13
9
</ div >
14
10
15
11
< div class ="footer-col footer-col-2 ">
Original file line number Diff line number Diff line change 107
107
margin-bottom : $spacing-unit / 2 ;
108
108
}
109
109
110
+ .footer-links {
111
+ text-align : center ;
112
+ font-size : 18px ;
113
+ margin-bottom : $spacing-unit / 2 ;
114
+ }
115
+
110
116
.contact-list ,
111
117
.social-media-list {
112
118
list-style : none ;
168
174
* Page content
169
175
*/
170
176
.page-content {
171
- padding : $spacing-unit 0 ;
177
+ // padding: $spacing-unit 0;
172
178
}
173
179
174
180
.page-heading {
You can’t perform that action at this time.
0 commit comments