File tree 6 files changed +11
-3
lines changed
6 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- < aside class ="small-12 large-4 columns page-content recent-posts ">
1
+ < aside class ="small-12 large-4 columns recent-posts ">
2
2
< h2 > Latest Release</ h2 >
3
3
< ul >
4
4
< li >
Original file line number Diff line number Diff line change 1
- < aside class ="small-12 large-4 columns page-content recent-posts ">
1
+ < aside class ="small-12 large-4 columns recent-posts ">
2
2
< h2 > Quick Links</ h2 >
3
3
< ul >
4
4
< li >
Original file line number Diff line number Diff line change
1
+ < aside class ="small-12 large-4 columns padding-top-spunit recent-posts ">
2
+ </ aside >
Original file line number Diff line number Diff line change 1
- < aside class ="small-12 large-4 columns page-content recent-posts ">
1
+ < aside class ="small-12 large-4 columns recent-posts ">
2
2
< h2 > Recent Posts</ h2 >
3
3
< ul >
4
4
{% for post in site.posts limit:5 site.recent_posts %}
Original file line number Diff line number Diff line change 9
9
< section class ="small-12 large-8 columns page-content ">
10
10
{{ content }}
11
11
</ section >
12
+ {% include asides/padding_top.html %}
12
13
{% include asides/latest_release.html %}
13
14
{% include asides/links.html %}
14
15
{% include asides/recent_posts.html %}
Original file line number Diff line number Diff line change 55
55
text-justify : inter-word ;
56
56
}
57
57
58
+ .padding-top-spunit {
59
+ padding : 0 ;
60
+ padding-top : $spacing-unit ;
61
+ }
62
+
58
63
.releases-content {
59
64
margin-bottom : $spacing-unit ;
60
65
padding : $spacing-unit ;
You can’t perform that action at this time.
0 commit comments