Skip to content

Commit 5ffc22a

Browse files
authored
Merge pull request #33 from coderdojo-japan/fix-footer-margin
TOPのみfooterとコンテンツの間に白い不要な余白が出ていたため調整
2 parents d5888e8 + eb9ca42 commit 5ffc22a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
</main>
2-
<footer class="site-footer bg__green mt-5">
2+
<footer class="site-footer bg__green">
33
<div class="container">
44
<div class="row d-flex">
55
<div class="col-12 col-md-6 align-self-center">

_layouts/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 class="entry__title">{{page.j-title}}</h2>
1515
</div>
1616
</div>
1717
</article>
18-
<aside class="text-center mt-5">
18+
<aside class="text-center mt-2 mb-5">
1919
<a class="btn btn__green btn__xl" href="/news/" role="button">News一覧へ</a>
2020
</aside>
2121
{% include footer.html %}

_layouts/session.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% include header.html %}
2-
<article class="entry">
2+
<article class="entry mb-5">
33
<div class="container">
44
<div class="row justify-content-md-center">
55
<div class="col-12 col-md-8">

0 commit comments

Comments
 (0)