Skip to content

Commit

Permalink
fixed footer overlap of last paragraph (lingonsaft#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliecake authored and richie-south committed Oct 1, 2018
1 parent 155c892 commit a35f8d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/helpful-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ body {
.copy {
padding-left: 50%;
}

.guides {
margin-bottom: 3rem;
}
2 changes: 1 addition & 1 deletion helpful-material.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Guides</h2>
<li><a href="http://rogerdudler.github.io/git-guide/">Git Guide</a></li>
<li><a href="https://books.goalkicker.com/">Free Professional Programming Books</a></li>
</ul>
<p>feel free to add any guides</p>
<p class="guides">feel free to add any guides</p>
</div>
</div>

Expand Down

0 comments on commit a35f8d7

Please sign in to comment.