Skip to content

Commit

Permalink
Modified share button to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Colazurdo authored and Pablo Colazurdo committed Jan 2, 2020
1 parent ab18a49 commit e1a0810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,8 @@ textarea {
text-align: left;
}
div {
padding: 0 0 1em 0;
/* padding: 0 0 1em 0; // pabcol 20191229 */
padding: 0 0 0 0;
@include for-laptop-up {
padding: 2em 1em;
}
Expand Down
7 changes: 4 additions & 3 deletions layouts/post/content-single.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<article class="post">
{{ .Render "header" }}
<section id="socnet-share">
{{ partial "share-buttons" . }}
</section>

{{ .Render "featured" }}
<div class="content">
{{ .Content }}
</div>
<section id="socnet-share">
{{ partial "share-buttons" . }}
</section>
<footer>
{{ .Render "stats" }}
</footer>
Expand Down

0 comments on commit e1a0810

Please sign in to comment.