Skip to content

Commit 5d0198d

Browse files
authored
add more "air" to changelog items (#527)
1 parent 4afca4d commit 5d0198d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_layouts/page.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
<div class="row pt">
55
<div class="col-sm-12 col-lg-8">
66
<div class="content page" id="page">
7-
{{ content }}
7+
{% if page.url == '/changelog' %}
8+
9+
<div class="changelog-wrapper">
10+
{{ content }}
11+
</div>
12+
13+
{% else%}
14+
15+
{{ content }}
16+
17+
{% endif %}
818
</div>
919
</div>
1020

_scss/_main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,4 +1702,10 @@ body #footer .links {
17021702

17031703
.page .alert-warning {
17041704
margin-top: 50px;
1705+
}
1706+
1707+
.changelog-wrapper {
1708+
h3 {
1709+
margin-top: 60px;
1710+
}
17051711
}

0 commit comments

Comments
 (0)