Skip to content

Commit

Permalink
remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed May 4, 2024
1 parent da2f9c1 commit 3b6a42e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
<footer>
{% include social-buttons.html %}

<p><br /><br /></p>

<div class="container text-center">
<p>Copyright &copy; {{ site.author }} {{ site.time | date: "%Y" }}</p>
</div>
</footer>

<p></p>

<!-- Footer End -->
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4>
<a href="{{site.url}}{{page.url}}#disqus_thread"
>Comments</a
>
<br />
<br/>
{% for tag in page.tags %}
<a
class="tag"
Expand Down
2 changes: 1 addition & 1 deletion css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ ul.social-buttons li a {
}

footer {
padding: 50px 0;
padding: 10rem 0 15rem 0;
text-align: center;
p {
margin: 0;
Expand Down

0 comments on commit 3b6a42e

Please sign in to comment.